Skip to content
Claude Desktop

wikimint for Claude Desktop

io.github.greenmtnsun/wikimint

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

client:Claude Desktop transport:streamable-http

Install wikimint in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "wikimint": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://wikimint.grayocean-4062ad43.eastus.azurecontainerapps.io/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

wikimint in other clients