moro-mcp-server-registry

ToTo-LLC/moro-mcp-server-registry
★ 0 stars TypeScript 🤖 AI/LLM Updated 7d ago
MCP server template registry for Moro AI Chat
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": {
    "moro-mcp-server-regi": {
      "command": "npx",
      "args": [
        "-y",
        "ToTo-LLC/moro-mcp-server-registry"
      ]
    }
  }
}