-
Notifications
You must be signed in to change notification settings - Fork 10
Description
I am running Windows 11 with UV installed and the full path configured in the claude_desktop_config.json which is located: C:\Users$userName\AppData\Roaming\Claude
"LSD": {
"command": "C:\\Users\\$user\\.local\\bin\\uv.exe",
"args": [
"run",
"--with",
"mcp[cli]",
"--with",
"psycopg2-binary",
"mcp",
"run",
"C:\\uvProjects\\lsd-mcp\\app.py"
]
},
*In both of the above directory paths, $user is substituted for my windows username.
In Windows powershell CLI: uv run mcp install app.py. After this runs, I copy and paste the correct path again in the claude_desktop_config.json.
I load Claude Windows App, and LSD-MCP does show in the available commands as well as the plug. I press the plug button, Choose an itegration dropdown, and select: write_and_run_LSD, for objective I enter: SCAN https://lsd.so/docs/database/language.
It loads for about 3 seconds and then I get two errors in the top right: mcp server lsd disconnected AND error getting prompt: Error: mcp error -32001 request timed out.
Any idea what I may be doing wrong? When Cluade loads, and I go to settings > Developer, the LSD appears in the list, Command: C:\Users$user.local\bin\uv.exe
Arguments: run --with mcp[cli] --with psycopg2-binary mcp run C:\uvProjects\lsd-mcp\app.py
Any help appreciated, looks like a really cool concept.