Skip to main content

UIGraph MCP

@uigraph/mcp is a local stdio proxy that connects an MCP client (such as Cursor, Claude Code, Codex, or opencode) to the UIGraph MCP server. The proxy itself implements no tools or business logic — it reads JSON-RPC from stdin, attaches your auth token as a Bearer header, and forwards requests over HTTPS to the MCP server.

Agent (stdio)

@uigraph/mcp (this proxy)

HTTPS (Authorization: Bearer <token>)

UIGraph MCP Server

Install

@uigraph/mcp runs as the command uigraph-mcp. Install it globally once:

npm i -g @uigraph/mcp

Next steps

Using the tools

Once configured and authenticated:

  • Open your agent — the MCP proxy starts automatically.
  • Use UIGraph tools directly in chat.