Algiras/ollama-hive-mcp-server
If you are the rightful owner of ollama-hive-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The Ollama Hive MCP Server is a TypeScript-based server that integrates with Ollama models using LangChain, providing a standardized interface for querying local language models.
Tools
Functions exposed to the LLM to take actions
query_model
Query pre-configured models with optional session context.
test_model
Test model connectivity.
get_model_info
Get model details and MCP info.
list_models
List all configured models.
get_config_summary
Configuration overview.
get_loading_status
Model loading status.
create_session
Create conversation sessions for context continuity.
list_sessions
List all active conversation sessions.
get_session
Get detailed session information and message history.
delete_session
Delete specific conversation sessions.
clear_sessions
Clear all conversation sessions.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client