2 months ago
Wayforth is the neutral service layer for AI agents — where they discover services, route requests, and pay through one path.
Server Config
{
"mcpServers": {
"wayforth": {
"command": "uvx",
"args": [
"wayforth-mcp"
],
"env": {
"WAYFORTH_API_KEY": "<YOUR_WAYFORTH_API_KEY>"
}
}
}
}