19 lines
392 B
JSON
19 lines
392 B
JSON
{
|
|
"mcpServers": {
|
|
"chrome-devtools": {
|
|
"type": "stdio",
|
|
"command": "npx",
|
|
"args": ["-y", "chrome-devtools-mcp@latest"]
|
|
},
|
|
"sentry": {
|
|
"type": "stdio",
|
|
"command": "npx",
|
|
"args": ["-y", "mcp-remote@latest", "https://mcp.sentry.dev/mcp"]
|
|
},
|
|
"grafana": {
|
|
"type": "http",
|
|
"url": "https://grafana.37signals.com/mcp"
|
|
}
|
|
}
|
|
}
|