Federated content platform
Connect to Hygraph (GraphCMS) for federated content management.
{
"mcpServers": {
"hygraph": {
"mcpServers": {
"hygraph": {
"env": {
"HYGRAPH_TOKEN": "your-token",
"HYGRAPH_ENDPOINT": "your-endpoint"
},
"args": [
"-y",
"hygraph-mcp-server"
],
"command": "npx"
}
}
}
}
}