Skip to content
Back to search
30
MCP streamable-http

CodePic

io.github.abelce/codepic

AI agent draws editable hand-drawn diagrams (flowchart, ER, architecture) via MCP, not static images

Uptime
0.0%
10 probes
Response
0ms
last probe
Tools
0
callable

Similar MCP servers embedding-nearest

@usecomposer/mcp
Give your AI coding agent an architecture canvas. Design, visualize, and evolve software architecture diagrams from your IDE.
0 tools
io.github.zero-abd/draw2agent
Draw on your website, let your AI agent see it. Visual context for code generation via MCP.
0 tools
@codeweave/mcp
Codebase graph analysis for AI agents — AST + call graph + type graph + hybrid semantic search via MCP
0 tools
code-atlas-mcp
A code intelligence graph that gives AI coding agents deep, token-efficient understanding of your codebase.
0 tools
AI Diagram Maker
Generate software diagrams from natural language, code, ASCII, images, Mermaid.
0 tools
contextai-mcp
MCP server exposing ContextAI's static code-graph API to LLM agents
0 tools

How to use

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

{
  "mcpServers": {
    "codepic": {
      "url": "https://codepic.cc/api/mcp/mcp",
      "transport": "streamable-http"
    }
  }
}