← Back to Plugins
MCP Server MCP

vardoger

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

uvx vardoger

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "vardoger",
      "version": "0.3.2",
      "transport": {
        "type": "stdio"
      },
      "packageArguments": [
        {
          "value": "mcp",
          "type": "positional"
        }
      ],
      "environmentVariables": [
        {
          "description": "Override the host platform identifier (cursor, claude-code, codex, copilot, windsurf, cline, openclaw). When unset, vardoger uses the calling host's defaults.",
          "format": "string",
          "name": "VARDOGER_MCP_PLATFORM"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...