Welcome to the BuildBetter Model Context Protocol (MCP) server. This server provides secure, read-only access to BuildBetter's GraphQL API for AI assistants.
Streamable HTTP: https://mcp.buildbetter.ai NEW
SSE Endpoint: https://mcp.buildbetter.ai/sse
Transport: MCP over HTTP or SSE
Add to your claude_desktop_config.json
:
{ "mcpServers": { "buildbetter": { "command": "npx", "args": ["mcp-remote", "https://mcp.buildbetter.ai?apikey=YOUR_API_KEY_HERE"] } } }
--transport sse-only
) with Claude Desktop.
The SSE transport is one-way only and will not show any tools. Always use the Streamable HTTP configuration shown above.
{ "mcpServers": { "buildbetter-staging": { "command": "npx", "args": ["mcp-remote", "https://mcp.buildbetter.ai?apikey=YOUR_API_KEY&env=staging"] } } }
npx @modelcontextprotocol/inspector@latest
Then connect to: https://mcp.buildbetter.ai
You can either:
?apikey=YOUR_KEY
to the URLGet your API key by emailing support@buildbetter.app
For more information, visit our GitHub repository or contact support@buildbetter.app.