AtraxServer

metcalfc
GitHub
MCPAggregationProxy

Loading subscription status...

πŸ’‘ Description

Atrax is a proxy for MCP (Model Context Protocol) servers, aggregating multiple MCP servers into a unified interface. The name is derived from 'funnel-shaped web', representing the method of gathering resources from multiple servers into one.

πŸ“ JSON Entries

{
  "mcpServers": [
    {
      "Atrax": {
        "env": {},
        "args": [],
        "command": "npm run serve"
      }
    },
    {
      "Atrax with Token Auth": {
        "env": {},
        "args": [],
        "command": "npm run serve:auth"
      }
    },
    {
      "Memory Server": {
        "env": {},
        "args": [],
        "command": "npm run memory-server"
      }
    },
    {
      "Echo Server": {
        "env": {},
        "args": [],
        "command": "npm run echo-server"
      }
    },
    {
      "HTTP Echo Server": {
        "env": {},
        "args": [],
        "command": "npm run http-echo-server"
      }
    }
  ]
}

πŸ› οΈ Tools

Node.jsnpmPython

⚑ Features

  • Resource Aggregation
  • Transparent Proxying
  • Protocol Compliance
  • Modular Design
  • Error Handling
  • Web Integration
  • Authentication Support

πŸ’¬ Example Queries

  • Run the echo server
  • Connect to a memory server
  • Execute an HTTP echo request