← Back to browse

vardoger

Indexed by io.github.dstrupl

About

Personalize AI coding assistants by analyzing local conversation history. Runs on your machine.

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsVARDOGER_MCP_PLATFORM
Claude Code
claude mcp add --env VARDOGER_MCP_PLATFORM= vardoger -- uvx vardoger
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"vardoger","command":"uvx","args":["vardoger"],"env":{"VARDOGER_MCP_PLATFORM":""}}'
JSON
{
  "mcpServers": {
    "vardoger": {
      "command": "uvx",
      "args": [
        "vardoger"
      ],
      "env": {
        "VARDOGER_MCP_PLATFORM": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.