- 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>
12 lines
287 B
JSON
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"
|
|
}
|
|
}
|
|
}
|
|
} |