Skip to content
VS Code

codeweave for VS Code

io.github.semihkayan/codeweave

Save tokens while coding — your AI agent gets structured code context, not file dumps.

client:VS Code transport:stdio runtime:npm

Install codeweave in VS Code

.vscode/mcp.json

{
  "servers": {
    "codeweave": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@codeweave/mcp"
      ]
    }
  }
}

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

codeweave in other clients