MCP Configtypescript
relay MCP Config
MCP server configuration from AgentWorkforce/relay
.mcp.json
{
"mcpServers": {
"agent-relay": {
"command": "npx",
"args": [
"@agent-relay/mcp",
"serve"
]
}
}
}
MCP server configuration from AgentWorkforce/relay
{
"mcpServers": {
"agent-relay": {
"command": "npx",
"args": [
"@agent-relay/mcp",
"serve"
]
}
}
}