claude_mcp_config.json•637 B
{
"mcpServers": {
"hrfco-service": {
"command": "python",
"args": [
"/home/ubuntu/hrfco-service/mcp_server.py"
],
"env": {
"PYTHONPATH": "/home/ubuntu/hrfco-service/src",
"HRFCO_API_KEY": "your-api-key-here"
}
},
"context7": {
"command": "npx",
"args": ["-y", "@upstash/context7-mcp@latest"]
},
"web-search": {
"command": "npx",
"args": ["-y", "@mnhlt/websearch-mcp"]
},
"sequential-thinking": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-sequential-thinking"
]
}
}
}