Files
nomad_mcp/claude_desktop_config.json
Nicolas Koehl defd03b13a Fix MCP server path issue in Claude Desktop config
- Use absolute path to mcp_server.py to prevent path resolution issues
- Resolves 'can't open file //mcp_server.py' error in Claude Desktop

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

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

12 lines
325 B
JSON

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