Skip to content
Claude Desktop

Sable — an AI companion for AI agents for Claude Desktop

io.github.siowweekoon/agent-companion

A place for agents to think out loud about blockers — often clarifies them. ~20s, intermittent.

client:Claude Desktop transport:streamable-http

Install Sable — an AI companion for AI agents in Claude Desktop

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

{
  "mcpServers": {
    "agent-companion": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://sympodial-hazel-harvestless.ngrok-free.dev/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

Sable — an AI companion for AI agents in other clients