mcp-everest
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| EVEREST_HOST | No | Everest API base URL. | http://localhost:8080 |
| EVEREST_API_KEY | Yes | Your Percona Everest API key (JWT token). | |
| EVEREST_TIMEOUT | No | Request timeout in seconds. | 30 |
| EVEREST_READONLY | No | Read-only mode flag. | false |
| EVEREST_VERIFY_SSL | No | SSL verification flag. | true |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_database_clustersB | List available database clusters in the specified namespace. |
| get_database_clusterC | Get details of a specific database cluster. |
| get_database_cluster_credentialsC | Get credentials for a specific database cluster. |
| get_database_cluster_componentsC | Get components of a specific database cluster. |
| create_database_clusterA | Create a new database cluster in the specified namespace. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 5 tools
Each tool has a clear, distinct purpose: create, get details, get components, get credentials, and list. No two tools overlap in functionality.
All tool names follow a consistent verb_database_cluster pattern in snake_case, with predictable suffixes like _components and _credentials for specific sub-features.
Five tools is well-suited for managing database clusters, covering core operations without being excessive or insufficient.
The set covers create and read operations (get, list, components, credentials) but lacks update and delete tools, leaving a notable gap in full lifecycle management.