Skip to content

Instantly share code, notes, and snippets.

@Anselmoo
Created December 2, 2025 20:14
Show Gist options
  • Select an option

  • Save Anselmoo/b1c7496f19459da8d36418eacc13a062 to your computer and use it in GitHub Desktop.

Select an option

Save Anselmoo/b1c7496f19459da8d36418eacc13a062 to your computer and use it in GitHub Desktop.
Copilot CLI MCP Configuration
{
"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