Skip to content
VS Code

IWE for VS Code

io.github.iwe-org/iwe

Markdown knowledge base as agent memory. Runs against the notes directory it is started in.

client:VS Code transport:stdio runtime:npm

Install IWE in VS Code

.vscode/mcp.json

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

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

IWE in other clients