Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCPLEX_OLLAMA_URL | No | The URL of the local Ollama server (e.g., http://localhost:11434). | |
| MCPLEX_CHROMA_PATH | No | The local file path for ChromaDB vector memory storage (e.g., ./mcplex_data/chroma). | |
| MCPLEX_DEFAULT_MODEL | No | The default local model to use for generation and analysis (e.g., qwen3:8b). |
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 | |