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",
"."
]
}
}
}