-
Notifications
You must be signed in to change notification settings - Fork 42
Description
What is your question?
Are there additional steps required for supporting MCP for windows?
Context (if applicable)
I have tried on 3 windows machines (2 with WSL and 1 with no WSL) to get MCPs to work, tried with multiple MCPs each of them failing:
With error:
"Error reinitializing MCP clients: McpError: MCP error -32000: Connection closed"
MCPs start up in console, in npx, however in both CMD and python I haven't been able to interact with them or get any response from them. When spawning sub process in python I am able to get the subprocess working, but it isn't returning anything with the STDIO, which makes me think it is a windows and MCP server problems as opposed to an aider-desk issue (hence the question and not bug).
Nothing seems to appear in logs for this.
Path variables are correct.
Current config:
{
"mcpServers": {
"sequential-thinking": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-sequential-thinking"
]
},
"memory": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-memory"
]
}
}
}