diff --git a/.mcp.json b/.mcp.json new file mode 100644 index 0000000..db87f8e --- /dev/null +++ b/.mcp.json @@ -0,0 +1,30 @@ +{ + "mcpServers": { + "sentry-mcp": { + "type": "stdio", + "command": "bunx", + "args": [ + "@sentry/mcp-server" + ], + "env": { + "SENTRY_ACCESS_TOKEN": "${SENTRY_ACCESS_TOKEN}", + "SENTRY_HOST": "${SENTRY_HOST}" + } + }, + "codegraph": { + "type": "stdio", + "command": "codegraph", + "args": [ + "serve", + "--mcp" + ] + }, + "developerz": { + "type": "http", + "url": "https://mcp.developerz.ai/v1/mcp", + "headers": { + "Authorization": "Bearer ${DEVELOPERZ_API_KEY}" + } + } + } +}