Skip to main content

A unified MCP server that indexes and retrieves Plesk documentation using vector embeddings and semantic search with reranking

Project description

mcp-plesk-dev-docs

Python 3.12+ License: MIT MCP Compatible Code style: black Ruff

State-of-the-Art (SOTA) semantic search across the entire Plesk documentation surface, optimized for sub-second latency on Apple Silicon.


Why this exists

Plesk documentation is spread across five separate sources: an admin guide, a REST API reference, a CLI reference, a PHP SDK, and a JS SDK. Answering a single extension development question often means searching all of them manually, cross-referencing results, and still missing the relevant section.

This server ingests all five sources, embeds them with a multilingual model, and exposes a single search_plesk_unified MCP tool. It uses hybrid search (Vector + FTS), Reciprocal Rank Fusion (RRF), and Cross-Encoder reranking to deliver high-precision results in milliseconds.


Architecture & Performance

flowchart TD
    Client["MCP Client\n(Claude Desktop / Cursor / etc.)"]

    Client -->|"search_plesk_unified(query)"| Server

    subgraph Server["FastMCP Server · Modular Architecture"]
        direction TB
        Main["Bootstrap · server/main.py"]
        Life["Lifecycle Hooks · server/lifecycle.py"]
        Tools["MCP Tools · server/mcp_app.py"]

        Main --> Life --> Tools
    end

    subgraph Pipeline["Retrieval Pipeline"]
        direction TB
        E["1 · Embed query\n(Hardware-accelerated)"]
        S["2 · Hybrid Search\nVector (LanceDB) + FTS (Tantivy)"]
        R["3 · RRF Merge + Rerank\n(MiniLM-L4-v2)"]
        N["4 · Neighbor Expansion\n(Context Enrichment)"]
        A["5 · AI Synthesis\n(sampling-enabled)"]
        E --> S --> R --> N --> A
    end

    subgraph Store["LanceDB Vector & FTS Store"]
        direction LR
        G["Guide"]
        A_["API"]
        C["CLI"]
        P["PHP Stubs"]
        J["JS SDK"]
    end

    Tools --> Pipeline
    S <--> Store

Performance Benchmarks (2026-05-04)

Optimized for Apple Silicon (M2/M3) using MPS acceleration and memory-resident table caching.

Profile Embed Model HR@5 MRR@5 Avg Latency Est. RAM
light BAAI/bge-small 100.0% 0.917 1.007 s ~200 MB
medium BAAI/bge-base 100.0% 0.917 ~0.60s ~600 MB
full-tq BAAI/bge-m3 75.0% 0.750 ~0.40s ~1300 MB

Metrics measured on Apple M2 Pro with LanceDB connection caching enabled.


Key Features

  • Sub-Second Hybrid Search: Combined Vector + Tantivy FTS with RAM-cached table connections for instant retrieval.
  • AST-Aware Chunking: Uses tree-sitter to respect class and method boundaries in PHP, JS, and TS documentation.
  • TurboQuant Acceleration: Fast 4-bit quantized search for the full-tq profile, delivering 10x lower latency for large models.
  • Neighborhood Retrieval: Automatically fetches adjacent chunks (prev/next) to provide complete context for grounding.
  • Macro-Context Summaries: Injects file-level purpose summaries into every chunk using the SummaryCache.
  • AI-Synthesized Answers: Generates concise answers from search results with structured inline citations [1], [2].

MCP Components

This server provides tools, prompts, and resources. See docs/mcp-components.md for a full reference.

Primary Tools

Tool Description
search_plesk_unified Hybrid search with RRF and Cross-Encoder reranking.
get_file_content Retrieve the full content of a specific documentation file.
resolve_references Find all files referencing a specific symbol or topic.
refresh_knowledge Re-fetch sources and update the index (incremental).
trigger_index_sync Start a background indexing job.
daemon_health Check readiness, hardware acceleration (MPS/CUDA), and latency stats.

Resources

  • plesk://toc/api - Table of Contents for API documentation.
  • plesk://toc/cli - Table of Contents for CLI reference.
  • plesk://toc/guide - Table of Contents for Extensions Guide.
  • plesk://toc/php-stubs - Hierarchical list of PHP classes.

Quickstart

Install

git clone https://github.com/barateza/mcp-plesk-dev-docs.git
cd mcp-plesk-dev-docs
uv pip install -e .

Initial Indexing

uv run python -m mcp_plesk_dev_docs.server.main refresh_knowledge

Running

# Standard mode
uv run python -m mcp_plesk_dev_docs.server.main

# Responsive daemon mode (auto-warmup)
PLESK_DAEMON_AUTO_WARMUP=true uv run python -m mcp_plesk_dev_docs.server.main

Configuration

Set environment variables in .env:

PLESK_MODEL_PROFILE=light       # light | medium | full-tq
PLESK_ENABLE_SAMPLING=true     # AI-Synthesized answers
PLESK_DAEMON_AUTO_WARMUP=true  # Preload models on startup
PLESK_INDEX_SUMMARIES=true     # Enable file-level summaries
OPENROUTER_API_KEY=sk-or-v1-...

Documentation


License

MIT. See LICENSE.

Ownership & Disclaimer

This is a personal project by Gilson Siqueira. It is not officially affiliated with, endorsed by, or supported by Plesk or WebPros International GmbH. Plesk is a trademark of WebPros International GmbH.

Important notice about Plesk-owned deliverables

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 MIT License for Plesk-owned files.

Built to make Plesk extension development faster.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mcp_plesk_dev_docs-0.4.2.tar.gz (68.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

mcp_plesk_dev_docs-0.4.2-py3-none-any.whl (50.7 kB view details)

Uploaded Python 3

File details

Details for the file mcp_plesk_dev_docs-0.4.2.tar.gz.

File metadata

  • Download URL: mcp_plesk_dev_docs-0.4.2.tar.gz
  • Upload date:
  • Size: 68.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.29 {"installer":{"name":"uv","version":"0.9.29","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

File hashes

Hashes for mcp_plesk_dev_docs-0.4.2.tar.gz
Algorithm Hash digest
SHA256 2c74c00d4851b09d168310be2255161ee35e332b44240376d78bed4e094017fc
MD5 48bb11f544c4e3dee27117144469df2a
BLAKE2b-256 e13afd5865cb95c67a3b51aecb8edcc26395b639eddf8b843fb140bdf9003381

See more details on using hashes here.

File details

Details for the file mcp_plesk_dev_docs-0.4.2-py3-none-any.whl.

File metadata

  • Download URL: mcp_plesk_dev_docs-0.4.2-py3-none-any.whl
  • Upload date:
  • Size: 50.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.29 {"installer":{"name":"uv","version":"0.9.29","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

File hashes

Hashes for mcp_plesk_dev_docs-0.4.2-py3-none-any.whl
Algorithm Hash digest
SHA256 f957c93b633e4d5d5f890c8eb8a8c04df237fd5d23a676a1761b6c34d23cd9e4
MD5 41b576900adf9b6ab06867356bb5a101
BLAKE2b-256 ea406dc730080e9e3efdb25488b984bce28dca45e7e45fd9ecb15d95db63dd2c

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page