Skip to content
VS Code

WitWiki for VS Code

app.witwiki/witwiki

A shared team wiki your coding agents read and write — across every repo and every MCP client.

client:VS Code transport:streamable-http

Install WitWiki in VS Code

.vscode/mcp.json

{
  "servers": {
    "witwiki": {
      "type": "http",
      "url": "https://api.witwiki.app/mcp"
    }
  }
}

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

WitWiki in other clients