Skip to main content
Glama
barateza

mcp-plesk-dev-docs

by barateza

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
OPENROUTER_API_KEYNoAPI key for OpenRouter (required for AI-synthesized answers)
PLESK_MODEL_PROFILENoModel profile: light, medium, or full-tqlight
PLESK_ENABLE_SAMPLINGNoEnable AI-synthesized answerstrue
PLESK_INDEX_SUMMARIESNoEnable file-level summariestrue
PLESK_DAEMON_AUTO_WARMUPNoPreload models on startuptrue

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}
logging
{}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
extensions
{
  "io.modelcontextprotocol/ui": {}
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_mcp_plesk_dev_docsC

Search the unified Plesk documentation for a specific query.

get_file_contentA

Retrieve the full content of a specific documentation file.

Use this when you have a filename from a search result and need more context than what was provided in the search snippets.

resolve_referencesA

Find other files that reference a specific symbol or topic.

Useful for finding usage examples of a class, method, or CLI command across the documentation.

warmup_serverA

Preload the active profile models and table without running indexing.

daemon_healthB

Return daemon-centric readiness status.

list_model_profilesA

List built-in model profiles and show the active profile.

refresh_knowledgeA

Index Plesk documentation into LanceDB.

This tool provides a blocking refresh that returns a report of the indexing operation. For very large documentation sets, use trigger_index_sync instead.

trigger_index_syncC

Trigger a background indexing job for Plesk documentation.

Returns a job_id that can be used with check_sync_status.

check_sync_statusB

Check the status of a background indexing job.

requantize_knowledgeB

Rebuild the TurboQuant index from stored vectors.

Prompts

Interactive templates invoked by user choice

NameDescription
plesk-extension-dev-guideGenerate a starter guide for developing a new Plesk extension.
plesk-api-integrationInstructions and examples for integrating with a Plesk API operation.
plesk-cli-referenceGet detailed reference information for a Plesk CLI command.

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/barateza/mcp-plesk-dev-docs'

If you have feedback or need assistance with the MCP directory API, please join our Discord server