Model Context Protocol (MCP) server configuration and tool manifest for getsentry/self-hosted
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"self-hosted": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-self-hosted"
]
}
}
}