Skip to content
VS Code

wikimint for VS Code

io.github.greenmtnsun/wikimint

Generate wiki docs from source code. Supports PowerShell, Python, Go, C#, Java, COBOL.

client:VS Code transport:streamable-http

Install wikimint in VS Code

.vscode/mcp.json

{
  "servers": {
    "wikimint": {
      "type": "http",
      "url": "https://wikimint.grayocean-4062ad43.eastus.azurecontainerapps.io/mcp"
    }
  }
}

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

wikimint in other clients