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
- Connect your agent — config for Cursor, Claude Code, Codex, opencode, and any other MCP client.
- Environment variables —
UIGRAPH_MCP_SERVER_URL,UIGRAPH_ACCESS_TOKEN,UIGRAPH_ORG_ID. - Authentication — user login vs. service accounts, login/logout/status.
- Organizations — list orgs and set the default for tool calls.
Using the tools
Once configured and authenticated:
- Open your agent — the MCP proxy starts automatically.
- Use UIGraph tools directly in chat.