mcp-home-server

mgreenspan17/mcp-home-server
★ 0 stars TypeScript AI/LLM Updated today
Node.js MCP door server with dynamic tools, onboarding agent, scouting/dedupe workers, and Cloudflare-ready routing.
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-home-server": {
      "command": "npx",
      "args": [
        "-y",
        "mgreenspan17/mcp-home-server"
      ]
    }
  }
}

README Excerpt

Single, stable Model Context Protocol (MCP) "door" server that runs on your home machine and exposes a **dynamic set of tools** to every connected AI client (desktop, phone, future agents). Tools can be added, edited, or removed at runtime — no restart needed. Behind the door: - **Dynamic tool loader** watches `src/tools/` and hot-reloads each module via

Tools (1)

hello_world