fastbcp mcp for Grok
io.github.arpe-io/fastbcp-mcp
MCP server for FastBCP — high-performance parallel database export to files and cloud
client:Grok
transport:stdio
runtime:pypi
Install fastbcp mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"fastbcp-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"fastbcp-mcp"
],
"env": {
"FASTBCP_PATH": "<FASTBCP_PATH>",
"FASTBCP_TIMEOUT": "<FASTBCP_TIMEOUT>",
"FASTBCP_LOG_DIR": "<FASTBCP_LOG_DIR>",
"LOG_LEVEL": "<LOG_LEVEL>"
}
}
}
}
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