Files
nomad_mcp/claude_desktop_config.json
Nicolas Koehl 896ef83dc5 Fix Claude Desktop config for proper python execution
- Use full path to uv command for Claude Desktop
- Set correct working directory and Nomad server address
- Remove unnecessary PYTHONPATH since uv handles virtual env

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-05-31 11:00:15 +07:00

12 lines
287 B
JSON

{
"mcpServers": {
"nomad-mcp": {
"command": "/Users/nkohl/.local/bin/uv",
"args": ["run", "python", "mcp_server.py"],
"cwd": "/Users/nkohl/Documents/Code/nomad_mcp",
"env": {
"NOMAD_ADDR": "http://pjmldk01.ds.meisheng.group:4646"
}
}
}
}