mcp.json•1.06 kB
{
"mcpServers": {
"dowhy-causal-inference": {
"command": "uv",
"args": [
"run",
"dowhy-mcp-server",
"run"
],
"cwd": "/Users/coty/Documents/Lei_MBP/repo/dowhy_mcp",
"env": {
"UV_PROJECT_ENVIRONMENT": ".venv"
}
}
},
"clear-thought": {
"command": "npx",
"args": [
"-y",
"@waldzellai/clear-thought"
]
},
"interactive-feedback": {
"command": "uv",
"args": [
"--directory",
"/Users/coty/Documents/Lei_MBP/repo/server-mcp/interactive-feedback-mcp",
"run",
"server.py"
],
"timeout": 600,
"autoApprove": [
"interactive_feedback"
]
},
"context7": {
"type": "http",
"url": "https://mcp.context7.com/mcp"
},
"huggingface": {
"type": "http",
"url": "https://hf.co/mcp"
},
"ooda": {
"command": "/Users/coty/.local/bin/uv",
"args": [
"--directory",
"/Users/coty/Documents/Lei_MBP/repo/server-mcp/ooda_mcp_server_v2",
"run",
"ooda_tools.py"
]
}
}