MCP Server
MCP
io.github.arpe-io/fastbcp-mcp
MCP server for FastBCP — high-performance parallel database export to files and cloud
Install
uvx fastbcp-mcp
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"identifier": "fastbcp-mcp",
"version": "0.1.5",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Path to the FastBCP binary (optional — server runs in preview-only mode without it)",
"format": "string",
"name": "FASTBCP_PATH"
},
{
"description": "Execution timeout in seconds (default: 1800)",
"format": "string",
"name": "FASTBCP_TIMEOUT"
},
{
"description": "Directory for execution logs (default: ./logs)",
"format": "string",
"name": "FASTBCP_LOG_DIR"
},
{
"description": "Logging level: DEBUG, INFO, WARNING, ERROR (default: INFO)",
"format": "string",
"name": "LOG_LEVEL"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment