zed -miaoduo
miaoduo mcp server extension for zed editor
claude mcp add --transport stdio benmooo-zed-mcp-server-miaoduo npx -y @miaoduo/miaoduo-mcp-server \ --env MIAODUO_API_URL="https://api.miaoduo.com (or your custom endpoint)" \ --env MIAODUO_API_TOKEN="your Miaoduo API token (if required)"
How to use
This MCP server integrates Zed with the Miaoduo MCP server ecosystem. It enables Zed-based tooling to communicate with Miaoduo’s MCP endpoints, allowing you to manage tasks, run checks, and exchange data through the Miaoduo MCP interface. The server is exposed as a CLI-driven MCP target that can be launched via npx, leveraging the Miaoduo MCP package to handle protocol details and data formatting. After starting, you can configure your Zed environment to point to the Miaoduo MCP endpoints provided by this server, and use Zed’s workflow features to interact with Miaoduo’s tooling, such as job execution, status queries, and result reporting. The extension acts as a bridge, translating Zed commands into Miaoduo MCP requests and normalizing responses for your development workflows.
How to install
Prerequisites:
- Node.js (v14 or newer) and npm installed on your machine
- Access to the Miaoduo MCP package registry (public or private, as required)
Installation steps:
-
Verify Node.js and npm: node -v npm -v
-
Install the Miaoduo MCP server via npx (no global install required): npx -y @miaoduo/miaoduo-mcp-server
-
(Optional) If you prefer a persistent setup, you can install the package locally in your project: mkdir -p mcp cd mcp npm init -y npm install @miaoduo/miaoduo-mcp-server
-
Start the MCP server (via npx or local script): npx -y @miaoduo/miaoduo-mcp-server
-
Configure your MCP client (e.g., Zed) to point at the server’s endpoint as defined by the package’s defaults or your environment configuration.
Additional notes
Tips and considerations:
- Ensure your Miaoduo API token and endpoint URL (if required) are correctly set in environment variables when running the server.
- If you encounter authentication errors, verify token scopes and that the token is valid for MCP operations.
- The server is designed to be used as part of a Zed workflow; ensure your Zed configuration references the correct MCP server name (e.g., zed-miaoduo) defined in mcp_config.
- If the Miaoduo MCP package updates its CLI or interface, you may need to re-run installation to pick up new features or fixes.
- Check for compatibility with your Node.js version and any corporate network restrictions (proxies, firewalls) that could affect npm or npx network access.
Related MCP Servers
goose
an open source, extensible AI agent that goes beyond code suggestions - install, execute, edit, and test with any LLM
cunzhi
告别AI提前终止烦恼,助力AI更加持久
probe
AI-friendly semantic code search engine for large codebases. Combines ripgrep speed with tree-sitter AST parsing. Powers AI coding assistants with precise, context-aware code understanding.
mcp-center
A centralized platform for managing and connecting MCP servers. MCP Center provides a high-performance proxy service that enables seamless communication between MCP clients and multiple MCP servers.
backlog -rust
MCP server for Backlog, project management service.
perplexity-web-api
🔍 Perplexity AI MCP without API key