mcp

argyle-labs/mcp
★ 0 stars Rust API Integration Updated today
orca plugin that federates MCP servers (stdio + HTTP/SSE) into orca's tool surface — an MCP client cdylib
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "mcp"
      ]
    }
  }
}

README Excerpt

An [orca](https://github.com/argyle-labs/orca) plugin that turns orca into an **MCP (Model Context Protocol) client**. It federates registered MCP servers — over stdio (subprocess JSON-RPC) and HTTP/SSE — into orca's tool surface, keeps a registry of servers + per-server tool mappings, and proxies `tools/call`.

Tools (2)

abi_stabledirs