Plesk Dev Docs MCP Server

State-of-the-Art (SOTA) semantic search across the entire Plesk documentation surface, optimized for sub-second latency on Apple Silicon. It runs locally over stdio via the published package.

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

VERIFIED ACTIVE

LAST COMMIT 2026-07-30 · ★ 2 · #92 OF 183 MAINTAINED DOCUMENTATION · VERIFIED 2026-08-25

MIT · Python servers · how we verify → /methodology

01 · Install Plesk Dev Docs

before you install - you'll need

Set PLESK_MODEL_PROFILE, PLESK_ENABLE_SAMPLING, PLESK_DAEMON_AUTO_WARMUP, PLESK_INDEX_SUMMARIES, OPENROUTER_API_KEY before connecting.

Claude Code

claude mcp add barateza-mcp-plesk-dev-docs -- uvx mcp-plesk-dev-docs

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "barateza-mcp-plesk-dev-docs": {
      "command": "uvx",
      "args": [
        "mcp-plesk-dev-docs"
      ]
    }
  }
}

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 MIT - declared in the repository

pypi package mcp-plesk-dev-docs - check the name against the project README before installing (PyPI has no namespace ownership)

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

03 · What Plesk Dev Docs can do

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

Limitations (from the README)

Portions of this repository were developed under contract for Plesk International GmbH ("Plesk") only if specifically identified as such. The MIT license above applies only to material the repository owner is authorized to license. Files or directories owned by Plesk, if any, are listed in NOTICE. If you need assurance about licensing for a particular file, contact Plesk or seek legal counsel before relying on the MI

04 · Who maintains Plesk Dev Docs

mcp-plesk-dev-docs is maintained by barateza. It's the only MCP server we track from this author; the repo dates to Feb 2026.

05 · Facts

category
documentation - ranked #92 of 183 actively-maintained documentation servers as of 2026-08-25.
registry
io.github.barateza/mcp-plesk-dev-docs (active, first published 2026-05-23 · 2 versions)
packages
pypi:mcp-plesk-dev-docs

06 · Plesk Dev Docs FAQ

What is Plesk Dev Docs?

State-of-the-Art (SOTA) semantic search across the entire Plesk documentation surface, optimized for sub-second latency on Apple Silicon. It runs locally over stdio via the published package.

Is Plesk Dev Docs still maintained?

Yes - as of 2026-08-25, its last commit was 2026-07-30. We re-verify nightly.

How do I install Plesk Dev Docs?

Run `uvx mcp-plesk-dev-docs`. The README documents 5 environment variables (PLESK_MODEL_PROFILE, PLESK_ENABLE_SAMPLING, PLESK_DAEMON_AUTO_WARMUP…) to set first. Set PLESK_MODEL_PROFILE, PLESK_ENABLE_SAMPLING, PLESK_DAEMON_AUTO_WARMUP, PLESK_INDEX_SUMMARIES, OPENROUTER_API_KEY before connecting. You can also paste the ready-made client config above.

Does Plesk Dev Docs 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 Plesk Dev Docs

More documentation MCP servers · Beever Atlas · Docdex · Cartographer · Hexis · K Obsidian

More Python MCP servers · Bridge MCP · Token Compressor · Basic Memory · Omni Seek · Bawbel Scanner · see all