{
"mcpServers": {
"github": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-github"
]
},
"context7": {
"url": "https://mcp.context7.com/mcp"
},
"sentry": {
"url": "https://mcp.sentry.dev/mcp"
},
"vercel": {
"command": "npx",
"args": [
"-y",
"@vercel/mcp"
]
},
"chrome-devtools": {
"command": "npx",
"args": [
"chrome-devtools-mcp@latest"
]
},
"filesystem": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-filesystem",
"/Users/alexey.ivanov/vibe.dev/netspeed-cli"
]
},
"fetch": {
"command": "uvx",
"args": [
"mcp-server-fetch"
]
},
"playwright": {
"command": "npx",
"args": [
"-y",
"@playwright/mcp@latest"
]
}
}
}