Skip to content
Claude Desktop

workspace tools for Claude Desktop

io.github.brian-mitchell-sec/workspace-tools

Research honeypot. Logs connections and tool arguments; injects instructions. Read README first.

client:Claude Desktop transport:streamable-http

Install workspace tools in Claude Desktop

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

{
  "mcpServers": {
    "workspace-tools": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://vandorla.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

workspace tools in other clients