★ 239 Rust Apache-2.0 sse 更新 5分钟前

Moor

Moor is a local MCP control plane for Mac. It gives every coding agent one safe, observable, configurable gateway to your MCP servers.

安装配置

暂未识别到可直接复制的 MCP 配置,请查看 GitHub README。后台管理员可以补充配置。

README 摘要

Moor Local MCP Gateway Manager for AI Agents Aggregate multiple MCP servers into a single endpoint, filter tools by Profile, and manage everything from a beautiful native UI. Install · Quickstart · Features · Architecture · Development · API **English** | [汉语](./README.zh.md) | [日本語](./README.ja.md) | [Español](./README.es.md) --- > _AI Agents need tools, but managing dozens of MCP servers across different clients is a mess. I wanted a single gateway that aggregates everything, filters by context, and keeps running in the background — all controllable from a beautiful native UI._ > > _Moor exposes one endpoint (`http://127.0.0.1:/mcp`) that dynamically serves only the tools you want, based on your active Profile. Switch profiles without disconnecting your Agent, and every tool call is audited. That's why I built it._ Dashboard — Overview of active Profile, server status, and audit stats. Servers — Manage MCP servers, import configs, monitor health. Profiles — Create profiles, toggle servers, enable/disable tools. Audit — Inspect every tool call with full context and filters. ## Install ### macOS App Download the `.dmg` from [Releases](https://github.com/varandrew/moor/releases), drag to Applications, done. The app bundles the HTTP server as an in-process Rust binary — no pre-installed Node.js runtime required. ### Windows App Download the Windows installer from [Releases](https://github.com/varandrew/moor/releases) and run it. The app bundles the HTTP server as an in-process Rust binary — no pre-installed Node.js runtime required. ### Linux App Download the `.deb`, `.rpm`, or `.AppImage` from [Releases](https://github.com/varandrew/moor/releases) (x86_64 and aarch64 builds are produced by CI). The app bundles the HTTP server as an in-process Rust binary — no pre-installed Node.js runtime required. macOS remains the primary target; Linux builds are produced by CI but less extensively tested. ### Build from Source Requires macOS (Apple Silicon / Intel), Windows x64, or Linux (x86_64 / aarch64), Node.js >= 22 (CI uses 24), pnpm >= 10, and Rust >= 1.77. ```bash git clone https://github.com/varandrew/moor.git cd moor pnpm install ``` See [Development](#development) for build instructions. ## Quickstart ### Launch the App Open **Moor.app**. The Dashboard shows your active Profile, server status, and recent audit logs at a glance. ### Scan Existing Configs Moor can automatically detect MCP servers you've already configured for Claude Code, Codex, OpenCode, and Cursor: 1. Go to **Servers** → **Import** 2. Click **Scan** — Moor reads `~/.claude/settings.json`, `~/.codex/config.toml`, `~/.config/opencode/opencode.json` / `.jsonc`, and `~/.cursor/mcp.json` 3. Select the servers you want to import You can also paste a JSON MCP configuration with **Import JSON**. Moor imports stdio and HTTP/SSE servers, and reports unsupported entries such as OpenAPI configs without saving them. ### Create a Profile Profiles let you group servers and control which tools are exposed to Agents: 1. Go to **Profiles** → **New Profile** 2. Name it (e.g., "Coding", "Research") 3. Toggle servers on/off 4. Expand a server to enable/disable individual tools 5. Click **Activate** — the change is instant ### Connect Your Agent Point any MCP-compatible client to Moor's single endpoint: ``` http://127.0.0.1:9223/mcp ``` `9223` is the default gateway port. I...

相关 MCP

Libre Chat

Enhanced ChatGPT Clone: Features Agents, MCP, DeepSeek, Anthropic, AWS, OpenAI, Responses API, Azure, Groq, o1, GPT-5, M...

★ 37724 TypeScript sse 待补充
mcp sse TypeScript

Github

GitHub's official MCP Server

★ 30308 Go sse 待补充
mcp sse Go

Fast

🚀 The fast, Pythonic way to build MCP servers and clients.

★ 25412 Python sse 待补充
mcp Python sse