mcp-stdio-rs

ncz-os/mcp-stdio-rs
★ 0 stars Rust Security Updated 9d ago
Minimal embeddable Rust MCP stdio client for MNEMOS and compatible servers
View on GitHub → 🔍 Audit Wallet Slippage →

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-stdio-rs": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "mcp-stdio-rs"
      ]
    }
  }
}

README Excerpt

> # 📍 Moved to GitLab > **The canonical, authoritative home of this project is GitLab — always:** > ## 👉 https://gitlab.com/ncz-os/mcp-stdio-rs > > This GitHub repository is a **frozen, read-only mirror**. All development, issues, and releases happen on GitLab. Please open issues and merge requests there. The full history of this stub is preserved on GitLab.