claude-code-rc-mcp

afonsofigs/claude-code-rc-mcp
★ 2 stars JavaScript AI/LLM Updated today
MCP server to launch Claude Code Remote Control sessions on a remote dev server over SSH — an OAuth 2.1 connector for Claude.ai
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": {
    "claude-code-rc-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "afonsofigs/claude-code-rc-mcp"
      ]
    }
  }
}