MCP.so
Sign In

Add this server to your MCP-compatible client using the configuration below.

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

More from Developer Tools