Created
December 2, 2025 20:14
-
-
Save Anselmoo/b1c7496f19459da8d36418eacc13a062 to your computer and use it in GitHub Desktop.
Copilot CLI MCP Configuration
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": { | |
| "deepwiki": { | |
| "tools": [ | |
| "*" | |
| ], | |
| "type": "http", | |
| "url": "https://mcp.deepwiki.com/sse", | |
| "headers": {} | |
| }, | |
| "context7": { | |
| "tools": [ | |
| "*" | |
| ], | |
| "type": "http", | |
| "url": "https://mcp.context7.com/mcp", | |
| "headers": {} | |
| }, | |
| "ai-agent-guidelines": { | |
| "tools": [ | |
| "*" | |
| ], | |
| "type": "local", | |
| "command": "npx", | |
| "args": [ | |
| "-y", | |
| "mcp-ai-agent-guidelines@latest" | |
| ] | |
| }, | |
| "sequentialthinking": { | |
| "tools": [ | |
| "*" | |
| ], | |
| "type": "local", | |
| "command": "npx", | |
| "args": [ | |
| "-y", | |
| "@modelcontextprotocol/server-sequemtial-thinking@latest" | |
| ] | |
| }, | |
| "playwright-mcp": { | |
| "tools": [ | |
| "*" | |
| ], | |
| "type": "local", | |
| "command": "npx", | |
| "args": [ | |
| "-y", | |
| "@playwright/mcp@latest" | |
| ] | |
| }, | |
| "fetch": { | |
| "tools": [ | |
| "*" | |
| ], | |
| "type": "local", | |
| "command": "uvx", | |
| "args": [ | |
| "mcp-server-fetch" | |
| ] | |
| }, | |
| "serena": { | |
| "tools": [ | |
| "*" | |
| ], | |
| "type": "local", | |
| "command": "uvx", | |
| "args": [ | |
| "--from", | |
| "git+https://github.com/oraios/serena", | |
| "serena", | |
| "start-mcp-server", | |
| "serena==latest", | |
| "--context", | |
| "agent" | |
| ] | |
| }, | |
| "chrome-devtools-mcp": { | |
| "type": "local", | |
| "command": "npx", | |
| "tools": [ | |
| "*" | |
| ], | |
| "args": [ | |
| "-y", | |
| "chrome-devtools-mcp@latest" | |
| ] | |
| } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment