Replies: 1 comment
-
|
I have been able to configure it by following these steps:
{
"servers": {
"drawio-tool-server": {
"type": "stdio",
"command": "powershell",
"args": [
"-NoLogo",
"-NoProfile",
"-Command",
"Set-Location 'C:\\my\\parent\\path\\drawio-mcp\\mcp-tool-server'; npm start"
]
}
}
}The |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
Can you share how to set up the MCP with following environment
Constraint: Local host
I see MCP tool Server approach fits but it was mentioned it supports claude desktop
Beta Was this translation helpful? Give feedback.
All reactions