← Back to Plugins
MCP Server MCP

LLM Provider MCP

github By github 👁 1 views ▲ 0 votes

Delegate asynchronous coding jobs between Claude Code, Codex, Cursor Agent, and Pi.

Homepage Verified source GitHub

Install

mcpb:https://github.com/manishiitg/llm-provider-mcp/releases/download/v0.7.3/llm-provider-mcp_darwin_amd64.mcpb

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "mcpb",
      "identifier": "https://github.com/manishiitg/llm-provider-mcp/releases/download/v0.7.3/llm-provider-mcp_darwin_amd64.mcpb",
      "fileSha256": "ef72c285cc98f5cbc959423b87aa5312101264ae06ed0b0f7b081f7b9f454823",
      "transport": {
        "type": "stdio"
      }
    },
    {
      "registryType": "mcpb",
      "identifier": "https://github.com/manishiitg/llm-provider-mcp/releases/download/v0.7.3/llm-provider-mcp_darwin_arm64.mcpb",
      "fileSha256": "c9614d140d1835253618b1ded8f33235db59bb3055ca456b69e93e8769995988",
      "transport": {
        "type": "stdio"
      }
    },
    {
      "registryType": "mcpb",
      "identifier": "https://github.com/manishiitg/llm-provider-mcp/releases/download/v0.7.3/llm-provider-mcp_linux_amd64.mcpb",
      "fileSha256": "6cb377277b8119b1b5af88b3e62f4eacb8f68c39eb53d061598b6fd79a5097f6",
      "transport": {
        "type": "stdio"
      }
    },
    {
      "registryType": "mcpb",
      "identifier": "https://github.com/manishiitg/llm-provider-mcp/releases/download/v0.7.3/llm-provider-mcp_linux_arm64.mcpb",
      "fileSha256": "9d6424643e3b33036020be0f6d3f3bc8cd8fe9a95183a609c4118062bd0061e5",
      "transport": {
        "type": "stdio"
      }
    }
  ]
}
mcp model-context-protocol mcpb

Comments

Sign in to leave a comment

Loading comments...