Skip to content
Cursor

graph atlas mcp for Cursor

io.github.darrenjrobinson/graph-atlas-mcp

Tracks documented and undocumented Microsoft Graph API schema changes, with an MCP Apps visualiser

client:Cursor transport:stdio runtime:npm

Install graph atlas mcp in Cursor

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

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

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

graph atlas mcp in other clients