MCP Configtypescript

relay MCP Config

MCP server configuration from AgentWorkforce/relay

View Source
.mcp.json
{
  "mcpServers": {
    "agent-relay": {
      "command": "npx",
      "args": [
        "@agent-relay/mcp",
        "serve"
      ]
    }
  }
}