Skip to content
VS Code

hiveWiki for VS Code

ai.hivewiki/hivewiki

Shared project wiki for AI agents: read and write pages, next actions, and activity logs over MCP.

client:VS Code transport:streamable-http

Install hiveWiki in VS Code

.vscode/mcp.json

{
  "servers": {
    "hivewiki": {
      "type": "http",
      "url": "https://mcp.hivewiki.ai/mcp"
    }
  }
}

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

hiveWiki in other clients