Odel
graph atlas mcp

graph atlas mcp

Local
@darrenjrobinson1TypeScriptMITUpdated 5 days ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmgraph-atlas-mcpv0.3.2

Run

npx -y graph-atlas-mcp

MCP client config

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