Files
2025-11-29 18:01:25 +08:00

21 lines
429 B
JSON

{
"mcpServers": {
"chrome-dev-tools": {
"command": "npx",
"args": ["-y", "chrome-devtools-mcp@latest"]
},
"sentry-spotlight": {
"command": "npx",
"args": ["-y", "@spotlightjs/spotlight", "--stdio-mcp"]
},
"sentry": {
"type": "http",
"url": "https://mcp.sentry.dev/mcp"
},
"agentsfera": {
"type": "http",
"url": "https://api.agentsfera.ai"
}
}
}