fauna mcp for Grok
io.github.mrfentmen/fauna-mcp
MCP server for Fauna: collections, FQL queries. Needs a database secret.
client:Grok
transport:stdio
runtime:npm
Install fauna mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"fauna-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@mrfentmen/fauna-mcp"
]
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs