Skip to content
Claude Desktop

AgentNX for Claude Desktop

io.github.iamwi11/agentnx

AI agents for federal IT & pharma: alert triage, ICAM, helpdesk, incidents, ticket routing.

client:Claude Desktop transport:streamable-http

Install AgentNX in Claude Desktop

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

{
  "mcpServers": {
    "agentnx": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://www.agentnx.ai/api/mcp-server"
      ]
    }
  }
}

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

AgentNX in other clients