Skip to content
Claude Desktop

foundrynet inference for Claude Desktop

io.github.foundrynet/foundrynet-inference

x402 LLM proxy + data-enriched analysis (17 sources) + TimesFM predictive IoT intelligence.

client:Claude Desktop transport:streamable-http

Install foundrynet inference in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "foundrynet-inference": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://foundrynet-inference-production.up.railway.app/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

foundrynet inference in other clients