mcp-directory

jsmarble/mcp-directory
★ 0 stars TypeScript File System Updated today
Directory page for the MCP servers hosted on mcp.joshuamarble.io — tiny Cloudflare Worker on the hostname catch-all route
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-directory": {
      "command": "npx",
      "args": [
        "-y",
        "jsmarble/mcp-directory"
      ]
    }
  }
}

README Excerpt

The directory page for the MCP servers hosted on **[mcp.joshuamarble.io](https://mcp.joshuamarble.io/)** — a tiny static Cloudflare Worker with no dependencies. The shared hostname hosts one [MCP (Model Context Protocol)](https://modelcontextprotocol.io) server per path (e.g. `/seats-aero`, `/tripit`), each running as its own Worker with its own `mcp.joshuamarble.io/<name>*` route. This Worker claims the catch-all `mcp.joshuamarble.io/*` route; because specific routes take precedence over the wi