Files
drawio-mcp-server/mcp-config-example.json
Alejandro Lembke Barrientos 6aa7e91874
Some checks failed
Main Workflow / Security Audit (push) Successful in 4m39s
Main Workflow / Test and Build (20.x) (push) Failing after 4m56s
Main Workflow / Test and Build (18.x) (push) Failing after 5m9s
Main Workflow / Build Release Artifacts (push) Has been skipped
Main Workflow / Code Quality Check (push) Successful in 1m33s
Main Workflow / Notification (push) Failing after 21s
Adding as a Streamable HTTP MCP Server
2025-07-22 21:31:55 +00:00

13 lines
239 B
JSON

{
"mcpServers": {
"drawio-diagram-generator": {
"command": "node",
"args": ["build/index.js"],
"cwd": "/home/aleleba/projects/drawio-cline-mcp-server",
"env": {
"HTTP_PORT": "3000"
}
}
}
}