MCP.so
Sign In
Servers

Kanvas MCP Server

@bakaphp

Kanvas MCP Server

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "kanvas_mcp": {
      "command": "docker",
      "args": [
        "build",
        "-t",
        "kanvas/mcp:dev",
        "-f",
        "Dockerfile",
        "."
      ]
    }
  }
}

More from Other