fastbcp mcp for Zed
io.github.arpe-io/fastbcp-mcp
MCP server for FastBCP — high-performance parallel database export to files and cloud
client:Zed
transport:stdio
runtime:pypi
Install fastbcp mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"fastbcp-mcp": {
"command": "uvx",
"args": [
"fastbcp-mcp"
],
"env": {
"FASTBCP_PATH": "<FASTBCP_PATH>",
"FASTBCP_TIMEOUT": "<FASTBCP_TIMEOUT>",
"FASTBCP_LOG_DIR": "<FASTBCP_LOG_DIR>",
"LOG_LEVEL": "<LOG_LEVEL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs