Skip to content
Cursor

Understand Anything - MCP for Cursor

io.github.uamcp/ua-mcp

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

client:Cursor transport:stdio runtime:npm

Install Understand Anything - MCP in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "ua-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "ua-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Understand Anything - MCP in other clients