MCP Server
Active
MIT
io.github.darrenjrobinson/graph-atlas-mcp MCP Server
io.github.darrenjrobinson/graph-atlas-mcp
What is the io.github.darrenjrobinson/graph-atlas-mcp MCP server?
Tracks documented and undocumented Microsoft Graph API schema changes, with an MCP Apps visualiser
How to install io.github.darrenjrobinson/graph-atlas-mcp
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"graph-atlas-mcp": {
"command": "npx",
"args": [
"-y",
"graph-atlas-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"graph-atlas-mcp": {
"command": "npx",
"args": [
"-y",
"graph-atlas-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"graph-atlas-mcp": {
"command": "npx",
"args": [
"-y",
"graph-atlas-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"graph-atlas-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"graph-atlas-mcp"
]
}
}
}Claude Code
claude mcp add graph-atlas-mcp -- npx -y graph-atlas-mcpRelated MCP servers
Search the Entra.news newsletter archive — a weekly digest of Microsoft Entra news
7
View repository →TypeScript
io.github.darrenjrobinson/hibp
Maintained
A Model Context Protocol (MCP) server for the Have I Been Pwned (HIBP) API
5
View repository →JavaScript
MIT
Search Entra.Chat podcast transcripts — Merill Fernando's Microsoft Entra podcast on YouTube
2
View repository →TypeScript
MIT
Interactive Entra ID identity relationship visualization — the 2003 polyarchy, live as an MCP App
0
View repository →JavaScript
MIT
Search Merill's Weekly Microsoft AI Roundup (msai.ms) archive — curated weekly Microsoft AI news
0
View repository →TypeScript
MIT
io.github.darrenjrobinson/untappd
Maintained
MCP server exposing Untappd API tools for AI agents — full v4 read API coverage
0
View repository →TypeScript