Skip to content
Back to search
30
MCP

@drawdb/mcp

npm/@drawdb/mcp

MCP server that exposes drawDB diagrams to AI agents (read-only).

Uptime
0.0%
2 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

Similar MCP servers embedding-nearest

grafeo-mcp
MCP server exposing GrafeoDB graph database to AI agents
0 tools
cortexdb-mcp
MCP Server for CortexDB — expose memory operations to AI agents
0 tools
ai-draw-mcp
MCP Server that gives AI drawing capabilities in IDEs (Cursor, VS Code, Windsurf, Trae, Zed, etc.)
0 tools
agentdb-mcp
MCP server for AgentDB — give any AI agent persistent memory and observability
0 tools
arcticdb-mcp
MCP server that gives AI assistants full read/write access to ArcticDB
0 tools
govuk-design-system-mcp
MCP server exposing GOV.UK Design System documentation to AI agents
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "@drawdb/mcp": {
      "url": "None",
      "transport": "http"
    }
  }
}