zed-mcp-server.rs

zed-pkg/zed-mcp-server.rs
★ 0 stars Just API Integration Updated 2d ago
Hardened read-only MCP server for the zed-pkg GitHub organization
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": {
    "zed-mcp-server.rs": {
      "command": "npx",
      "args": [
        "-y",
        "zed-pkg/zed-mcp-server.rs"
      ]
    }
  }
}