AI: configure MCP servers for Chrome, Grafana, and Sentry (#1727)

This commit is contained in:
Jeremy Daer
2025-11-25 13:33:07 -08:00
committed by GitHub
parent 14650df246
commit 92199c4ae7
+18
View File
@@ -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"
}
}
}