Skip to content

Instantly share code, notes, and snippets.

@arbaaz
Created June 30, 2025 18:18
Show Gist options
  • Select an option

  • Save arbaaz/ad545f70efbbe42fc47576bf7d782852 to your computer and use it in GitHub Desktop.

Select an option

Save arbaaz/ad545f70efbbe42fc47576bf7d782852 to your computer and use it in GitHub Desktop.
Common MCP Server for repo
{
"mcpServers": {
"playwright": {
"type": "stdio",
"command": "npx",
"args": ["@playwright/mcp@latest", "--cdp-endpoint", "http://localhost:9222"],
"env": {}
},
"sequential-thinking": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-sequential-thinking"]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment