Skip to content
Claude Desktop

Wauldo for Claude Desktop

com.wauldo/wauldo

Stateless agentic tools over MCP: concept extraction, long-context, knowledge graph, planning.

client:Claude Desktop transport:streamable-http

Install Wauldo in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "wauldo": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://api.wauldo.com/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

Wauldo in other clients