21 lines
429 B
JSON
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"
|
|
}
|
|
}
|
|
}
|