← Index

io.github.arpe-io/fastbcp-mcp

io.github.arpe-io/fastbcp-mcp·v0.1.5·Other
Quality Score
79
/100

MCP server for FastBCP — high-performance parallel database export to files and cloud

§01  Install
Claude Desktop (uvx)
{
  "mcpServers": {
    "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>"
      }
    }
  }
}
§02  Environment variables
FASTBCP_PATH

Path to the FastBCP binary (optional — server runs in preview-only mode without it)

FASTBCP_TIMEOUT

Execution timeout in seconds (default: 1800)

FASTBCP_LOG_DIR

Directory for execution logs (default: ./logs)

LOG_LEVEL

Logging level: DEBUG, INFO, WARNING, ERROR (default: INFO)

§03  MCP Quality Score  ·  methodology
freshness
24
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Other