Postgres MCP
Gives your agent read-only access to a PostgreSQL database so it can inspect schemas and run queries while writing data-layer code. Point it at a conn…
#mcp #postgres #database +1
Cursor, Claude Code, Windsurf +2
DetailsPulls error reports and stack traces from Sentry into your agent so it can triage and fix production issues with full context. Needs an auth token.
#mcp #sentry #errors #monitoring
Snippet
{
"mcpServers": {
"sentry": {
"command": "npx",
"args": ["-y", "@sentry/mcp-server"],
"env": {
"SENTRY_AUTH_TOKEN": "YOUR_SENTRY_TOKEN"
}
}
}
}
Default config location for each supported agent.
.cursor/mcp.json.claude/settings.json.windsurf/mcp.json.cline/mcp.json.github/copilot/mcp.jsonGives your agent read-only access to a PostgreSQL database so it can inspect schemas and run queries while writing data-layer code. Point it at a conn…
#mcp #postgres #database +1
Cursor, Claude Code, Windsurf +2
DetailsRoots out bugs with a hypothesis-driven loop — reproduce, isolate, instrument, and verify the fix. Stops the agent from guessing and patching symptoms…
#debugging #workflow #troubleshooting
Cursor, Claude Code, Windsurf +3