Created
June 30, 2025 18:18
-
-
Save arbaaz/ad545f70efbbe42fc47576bf7d782852 to your computer and use it in GitHub Desktop.
Common MCP Server for repo
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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