mcp-io-rs

tatari-tv/mcp-io-rs
★ 0 stars Rust Code/Dev Tools Updated 2d ago
Shared scaffolding library that gives a Tatari CLI a local stdio MCP server via an mcp subcommand (serve/register/status/call/bundle). Sibling of renew and okta-auth-rs.
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-io-rs": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "mcp-io-rs"
      ]
    }
  }
}

README Excerpt

Shared scaffolding library that gives any Tatari CLI a local stdio MCP server via one `mcp` subcommand: `serve`, `register`, `unregister`, `status`, `bundle`. Sibling of `renew` and `okta-auth-rs` -- same shape (git dep by tag, one clap type embedded in the host's `Command` enum), different job. Four in-house MCP servers exist today, all wired up differently: different

Tools (3)

desktopprojectuser

Topics

renovate-managed