Skip to content
VS Code

BitsWeave for VS Code

com.bitsweave/bitsweave

Read and write shared BitsWeave context, projects, tasks, and work sessions through MCP.

client:VS Code transport:streamable-http

Install BitsWeave in VS Code

.vscode/mcp.json

{
  "servers": {
    "bitsweave": {
      "type": "http",
      "url": "https://bitsweave.com/api/mcp"
    }
  }
}

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

BitsWeave in other clients