| 1234567891011121314151617 |
- {
- "mcpServers": {
- "chromeDevtools": {
- "command": "npx",
- "args": [
- "-y",
- "chrome-devtools-mcp@latest",
- "--no-usage-statistics"
- ]
- },
- "github": {
- "command": "npx",
- "args": ["-y", "@modelcontextprotocol/server-github"],
- "env": { "GITHUB_TOKEN": "${GITHUB_TOKEN}" }
- }
- }
- }
|