Klever MCP Server
Officialby klever-io
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MODE | No | Server mode (http, mcp, or public) | http |
| PORT | No | HTTP server port (only for http mode) | 3000 |
| NODE_ENV | No | Node environment (development or production) | development |
| REDIS_URL | No | Redis URL (only if STORAGE_TYPE=redis) | |
| CORS_ORIGINS | No | Comma-separated allowed origins for public mode | |
| STORAGE_TYPE | No | Storage backend (memory or redis) | memory |
| RATE_LIMIT_API | No | API endpoint requests/min per IP for public mode | 30 |
| RATE_LIMIT_MCP | No | MCP endpoint requests/min per IP for public mode | 60 |
| BODY_SIZE_LIMIT | No | Max request body size for public mode | 1mb |
| MEMORY_MAX_SIZE | No | Maximum contexts for in-memory storage | 10000 |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
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/klever-io/mcp-klever-vm'
If you have feedback or need assistance with the MCP directory API, please join our Discord server