McpMux
Back to Registry

vardoger MCP Server

Community

Contributed by David Strupl

Personalize AI coding assistants by analyzing local conversation history. Reads JSONL session logs from Cursor, Claude Code, Codex, Copilot CLI, Windsurf, Cline, and OpenClaw, extracts behavioral signals, and writes tailored rules files. Runs entirely on your machine.

About the vardoger MCP Server

The vardoger MCP server is a local (stdio) Model Context Protocol server available in the McpMux registry. Personalize AI coding assistants by analyzing local conversation history. Reads JSONL session logs from Cursor, Claude Code, Codex, Copilot CLI, Windsurf, Cline, and OpenClaw, extracts behavioral signals, and writes tailored rules files. Runs entirely on your machine. This is a community-contributed MCP server by David Strupl.

Install the vardoger MCP server with one click using McpMux. It works with Cursor, Claude Desktop, Claude Code, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible AI client. No authentication required — install and start using it immediately.

Transport Configuration

Transport Configuration
{
  "type": "stdio",
  "command": "vardoger",
  "args": [
    "mcp"
  ],
  "env": {
    "VARDOGER_MCP_PLATFORM": "${input:VARDOGER_MCP_PLATFORM}"
  },
  "metadata": {
    "inputs": [
      {
        "id": "VARDOGER_MCP_PLATFORM",
        "label": "Host platform (optional)",
        "description": "Override the platform identifier the MCP server defaults to. Leave blank (Auto-detect) to let vardoger pick based on the calling host.",
        "type": "select",
        "required": false,
        "secret": false,
        "default": "",
        "options": [
          {
            "value": "",
            "label": "Auto-detect (default)",
            "description": "Let vardoger pick based on the calling host."
          },
          {
            "value": "cursor",
            "label": "Cursor"
          },
          {
            "value": "claude-code",
            "label": "Claude Code"
          },
          {
            "value": "codex",
            "label": "Codex"
          },
          {
            "value": "openclaw",
            "label": "OpenClaw"
          },
          {
            "value": "copilot",
            "label": "GitHub Copilot CLI"
          },
          {
            "value": "windsurf",
            "label": "Windsurf"
          },
          {
            "value": "cline",
            "label": "Cline"
          }
        ]
      }
    ]
  }
}
Details
TransportLocal (stdio)
Hostinglocal
AuthNone required
Capabilities
Tools

Categories

Tags

personalizationlocal-firsthistoryrulesskills

Supported AI Clients

The vardoger MCP server works with all MCP-compatible AI clients through McpMux:

CursorClaude DesktopClaude CodeVS CodeChatGPTWindsurfJetBrainsZedClineGemini CLIAmazon Q

Related MCP Servers

Install vardoger with McpMux

One-click install from the McpMux desktop app. Auto-configures for Cursor, Claude, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible client.