Files
drawio-mcp-server/mcp-config-example.json
Alejandro Lembke Barrientos bf088da9d5
Some checks failed
CI Pipeline / Test and Build (20.x) (push) Failing after 3m22s
CI Pipeline / Code Quality Check (push) Failing after 11m52s
CI Pipeline / Security Audit (push) Failing after 11m53s
CI Pipeline / Test and Build (18.x) (push) Failing after 12m31s
CI Pipeline / Build Release Artifacts (push) Has been cancelled
CI Pipeline / Notification (push) Has been cancelled
Creating first version of MCP server.
2025-07-22 07:11:59 +00:00

12 lines
233 B
JSON

{
"mcpServers": {
"drawio-mcp-server": {
"command": "node",
"args": ["/home/aleleba/projects/drawio-mcp-server/build/index.js"],
"env": {
"WORKSPACE_ROOT": "/home/aleleba/projects"
}
}
}
}