Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_local_models | List all locally installed Ollama models with details |
| local_llm_chat | Chat with a local Ollama model |
| ollama_health_check | Check Ollama server health and provide diagnostics |
| system_resource_check | Check system resources and compatibility |
| suggest_models | Suggests the best locally installed model for a specific task based on user needs. |
| remove_model | Remove a model from local storage |
| start_ollama_server | Attempt to start Ollama server if it's not running |
| select_chat_model | Present available models and help user select one for chat |
| test_model_responsiveness | Test the responsiveness of a specific model by sending a simple prompt. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |