.mcp.json 347 B

1234567891011121314151617
  1. {
  2. "mcpServers": {
  3. "chromeDevtools": {
  4. "command": "npx",
  5. "args": [
  6. "-y",
  7. "chrome-devtools-mcp@latest",
  8. "--no-usage-statistics"
  9. ]
  10. },
  11. "github": {
  12. "command": "npx",
  13. "args": ["-y", "@modelcontextprotocol/server-github"],
  14. "env": { "GITHUB_TOKEN": "${GITHUB_TOKEN}" }
  15. }
  16. }
  17. }