legacy-mcp

christiangogo2014/legacy-mcp
★ 0 stars Ruby Memory/Knowledge Updated today
MCP (Model Context Protocol) server framework for legacy Ruby/Rails apps (Ruby >= 2.6) that cannot run the official mcp gem.
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": {
    "legacy-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "christiangogo2014/legacy-mcp"
      ]
    }
  }
}