Server Config
{
"mcpServers": {
"oduflow": {
"command": "npx",
"args": [
"mcp-remote",
"http://your.ip.address.or.domain:8000/mcp",
"--transport",
"http-only",
"--allow-http"
],
"env": {}
}
}
}