AI: configure MCP servers for Chrome, Grafana, and Sentry (#1727)
This commit is contained in:
@@ -0,0 +1,18 @@
|
|||||||
|
{
|
||||||
|
"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"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user