Skip to content
VS Code

wayforth for VS Code

io.github.wayforthofficial/wayforth

Search engine and payment rail for AI agents. 2,300+ services, semantic ranking.

client:VS Code transport:stdio runtime:pypi

Install wayforth in VS Code

.vscode/mcp.json

{
  "servers": {
    "wayforth": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "wayforth-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

wayforth in other clients