Skip to content
Zed

Understand Anything - MCP for Zed

io.github.uamcp/ua-mcp

A powerful MCP server for codebase architecture analysis and automated governance.

client:Zed transport:stdio runtime:npm

Install Understand Anything - MCP in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "ua-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "ua-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Understand Anything - MCP in other clients