Vardoger MCP Server

A cross-platform plugin for AI coding assistants (Cursor, Claude Code, OpenAI Codex, OpenClaw, GitHub Copilot CLI, Windsurf, Cline) that reads your conversation history, extracts behavioral patterns, and generates personalized system prompt additions - making the assistant progressively better suited to how you work. It runs locally over stdio via the published package.

People connecting this server to Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-07-16 · ★ 4 · #518 OF 848 MAINTAINED OTHER · VERIFIED 2026-08-25

Apache-2.0 · Python servers · how we verify → /methodology

01 · Install Vardoger

before you install - you'll need

The README does not document required environment variables for a basic install.

Claude Code

claude mcp add dstrupl-vardoger -- uvx vardoger

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "dstrupl-vardoger": {
      "command": "uvx",
      "args": [
        "vardoger"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license Apache-2.0 - declared in the repository

pypi package vardoger - check the name against the project README before installing (PyPI has no namespace ownership)

registry namespace io.github.dstrupl is GitHub-verified and matches the repo owner

03 · What Vardoger can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.3.2 · 2026-07-09

Fixed · Restore Codex history analysis for the current payload-wrapped rollout format while preserving legacy rollout support. · Move the Codex repository marketplace to .agents/plugins/marketplace.json and update…

v0.3.1 · 2026-04-24

0.3.1 is a patch release that ships the marketplace plumbing added since 0.3.0 on 2026-04-22. No runtime behaviour changes for existing users; this release exists so the Docker MCP Registry and ClawHub submissions can…

v0.3.0 · 2026-04-22

0.3.0 is the first minor release since 0.2.2. It ships the two MCP-server silent-drop fixes merged against main. · Highlights · Cursor writer stops silently dropping rules under $HOME (#18). When vardoger_write is…

04 · Who maintains Vardoger

vardoger is maintained by dstrupl. It's the only MCP server we track from this author; the repo dates to Apr 2026.

05 · Facts

category
other - ranked #518 of 848 actively-maintained other servers as of 2026-08-25.
release cadence
1 release in the last 90 days (latest 2026-07-09)
registry
io.github.dstrupl/vardoger (active, first published 2026-04-24 · 2 versions)
packages
pypi:vardoger

06 · Vardoger FAQ

What is Vardoger?

A cross-platform plugin for AI coding assistants (Cursor, Claude Code, OpenAI Codex, OpenClaw, GitHub Copilot CLI, Windsurf, Cline) that reads your conversation history, extracts behavioral patterns, and generates personalized system prompt additions - making the assistant progressively better suited to how you work. It runs locally over stdio via the published package.

Is Vardoger still maintained?

Yes - as of 2026-08-25, its last commit was 2026-07-16 and it shipped 1 release in the last 90 days. We re-verify nightly.

How do I install Vardoger?

Run `uvx vardoger`. The README does not document required environment variables for a basic install. You can also paste the ready-made client config above.

Does Vardoger run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Vardoger

More MCP servers to compare · Yandex Lavka MCP · Endiagram MCP · Kvm Pilot · Gunsnation · Dynatrace Managed MCP

More Python MCP servers · Openeye · Skylos · SmartCLI - drive terminal TUIs · see all