← Back to Plugins
MCP Server MCP

io.github.arpe-io/arpeio-mcp

github By github 👁 1 views ▲ 0 votes

Arpe.io MCP server for FastBCP, FastTransfer, LakeXpress, MigratorXpress

Homepage Verified source GitHub

Install

uvx arpeio-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "arpeio-mcp",
      "version": "0.1.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Path to FastBCP binary (optional — preview-only mode without it)",
          "format": "string",
          "name": "FASTBCP_PATH"
        },
        {
          "description": "Path to FastTransfer binary (optional)",
          "format": "string",
          "name": "FASTTRANSFER_PATH"
        },
        {
          "description": "Path to LakeXpress binary (optional)",
          "format": "string",
          "name": "LAKEXPRESS_PATH"
        },
        {
          "description": "Path to MigratorXpress binary (optional)",
          "format": "string",
          "name": "MIGRATORXPRESS_PATH"
        },
        {
          "description": "Logging level: DEBUG, INFO, WARNING, ERROR (default: INFO)",
          "format": "string",
          "name": "LOG_LEVEL"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...