Skip to content
VS Code

toolweave for VS Code

io.github.andreysparish/toolweave

One MCP endpoint for Claude, GPT & Gemini: 100+ tools + no-code connectors + agent workers.

client:VS Code transport:streamable-http

Install toolweave in VS Code

.vscode/mcp.json

{
  "servers": {
    "toolweave": {
      "type": "http",
      "url": "https://toolweave.dev/mcp"
    }
  }
}

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

toolweave in other clients