SpiritMCP

meditatingsurgeon/SpiritMCP
★ 0 stars TypeScript 💻 Code/Dev Tools Updated today
MCP Server to Connect Claude Desktop to Claude Code
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": {
    "spiritmcp": {
      "command": "npx",
      "args": [
        "-y",
        "meditatingsurgeon/SpiritMCP"
      ]
    }
  }
}

README Excerpt

A secure, single self-hosted Model Context Protocol (MCP) server that lets Claude Desktop (Cowork mode) manage your VPSes securely via a single unified bridge over Streamable HTTP. It delegates execution across remote shells and file systems, handles multi-host registry operations, and natively integrates with Claude Code remotely via headlong tunnels.

Tools (2)

readonlytrusted