mcp-product-infra

junovhs/mcp-product-infra
★ 1 stars Rust AI/LLM Updated today
The boring parts of app-owned MCP, packaged just for you. A tiny runtime for adding a reliable MCP server to your app.
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-product-infra": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "mcp-product-infra"
      ]
    }
  }
}

README Excerpt

Turnkey MCP for apps. `mcp-product-infra` is a small, boring toolkit for developers who want their app to be operated by agents through MCP without rebuilding setup, lifecycle, config, and recovery glue every time. It is **Rust-native**, because the first extraction comes from Ishoo's Rust MCP runtime. It is not intended to be **Rust-only**. The target shape is:

Tools (2)

structuredContenttodo_status