stand-in

franciscotbjr/stand-in
★ 0 stars Rust 📦 Other Updated today
A stand-in for your MCP server boilerplate.
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

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