fastbcp mcp for Cursor
io.github.arpe-io/fastbcp-mcp
MCP server for FastBCP — high-performance parallel database export to files and cloud
client:Cursor
transport:stdio
runtime:pypi
Install fastbcp mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"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>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs