inkwire

TheTechChild/inkwire
★ 0 stars TypeScript AI/LLM Updated 3d ago
mcp-server for collaborating visually with an AI agent on a codebase.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "inkwire": {
      "command": "npx",
      "args": [
        "-y",
        "TheTechChild/inkwire"
      ]
    }
  }
}

README Excerpt

A local MCP server with a shared drawing canvas, for collaborating visually with an AI agent on a codebase. You draw a system freehand in the browser; the server infers structure; Claude reads the board as data over MCP, edits it, and discusses it. Both of you write to the same board. ```sh yarn install