mcp-plesk-dev-docs
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| OPENROUTER_API_KEY | No | API key for OpenRouter (required for AI-synthesized answers) | |
| PLESK_MODEL_PROFILE | No | Model profile: light, medium, or full-tq | light |
| PLESK_ENABLE_SAMPLING | No | Enable AI-synthesized answers | true |
| PLESK_INDEX_SUMMARIES | No | Enable file-level summaries | true |
| PLESK_DAEMON_AUTO_WARMUP | No | Preload models on startup | true |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| 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
| Name | Description |
|---|---|
| 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_syncC | Trigger a background indexing job for Plesk documentation. Returns a job_id that can be used with |
| 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
| Name | Description |
|---|---|
| plesk-extension-dev-guide | Generate a starter guide for developing a new Plesk extension. |
| plesk-api-integration | Instructions and examples for integrating with a Plesk API operation. |
| plesk-cli-reference | Get detailed reference information for a Plesk CLI command. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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