architecture-map MCP server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@architecture-map MCP serverlist my architecture projects"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
architecture-map MCP server
Remote MCP server (Streamable HTTP + OAuth 2.1/PKCE) that lets an
MCP-compatible AI agent (e.g. Claude Code) read and write a user's
architecture-map projects and diagrams, subject to the same per-project
access grants and read/write/admin scopes the user controls from
/settings/integrations in the web app.
Local development
Requires the Supabase backend running — see the sibling
architecture-map-supabase repo:
supabase start # from the architecture-map-supabase repoThen, from this repo:
cp .env.example .env
# fill in SUPABASE_URL / SUPABASE_ANON_KEY / SUPABASE_SERVICE_ROLE_KEY
# from `supabase start`'s output, a random MCP_JWT_SIGNING_SECRET, and
# MCP_OAUTH_ALLOWED_REDIRECT_URIS (the exact redirect_uri your MCP
# client will use — required, /oauth/authorize rejects anything else)
npm install
npm run devRelated MCP server: Agent Identity MCP Server
Testing
npm testTools exposed
Tool | Scope | Notes |
| read | |
| read | |
| write | auto-grants MCP access to the created project |
| write | |
| write | optimistic-locking: pass the |
| none | dry-run shape validation, no DB write |
| admin |
Known limitations
/oauth/authorize's session check is a placeholder — wiring it to a real Supabase session via the web app's login flow is a deployment-integration step not yet implemented. Seedocs/superpowers/plans/2026-07-12-mcp-server.mdin thearchitecture-map-frontrepo (Task 4's follow-up note) for the original design context.delete_projectandremove_collaboratorare intentionally not exposed (destructive, low-value for the "document a repo" flow this is built around — add later if there's real demand).
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Andrewdpg/cartogram-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server