Grafbase is the GraphQL Federation platform that composes all your data sources into a unified graph, enabling faster development with advanced governance and analytics features.
The Grafbase CLI tool for local development and deployment.
The self-hosted Grafbase Gateway for GraphQL federation.
{
"mcpServers": {
"grafbase": {
"command": "npx",
"args": ["@grafbase/cli", "mcp"],
"env": {
"GRAFBASE_API_KEY": "your-api-key-here"
}
}
}
}