Skip to main content
Glama
__init__.py690 B
""" Ollama MCP Server - Comprehensive Ollama Management via MCP A specialized Model Context Protocol server for complete Ollama integration, including model management, server control, and intelligent recommendations. Version: 0.9.0 Author: Paolo Dalprato License: MIT """ __version__ = "0.9.0" __author__ = "Paolo Dalprato" __email__ = "paolo@paolodalprato.com" __license__ = "MIT" from .client import OllamaClient # Use fixed client.py version from .server_manager import OllamaServerManager from .model_manager import ModelManager from .hardware_checker import HardwareChecker __all__ = [ "OllamaClient", "OllamaServerManager", "ModelManager", "HardwareChecker" ]

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/paolodalprato/ollama-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server