Minima is an open-source RAG solution that operates on-premises with configurable containers, offering fully local operation or integration with external LLMs like ChatGPT and Anthropic Claude for querying local documents.
RAGon-premiseslocal documentsLLM integrationChatGPTClaudecontext
Installation & Configuration
{
"mcpServers": {
"minima": {
"command": "uv",
"args": [
"--directory",
"/path_to_cloned_minima_project/mcp-server",
"run",
"minima"
]
}
}
}Information
Transport
stdio
Language
Python
Created
2024/11/2
Updated
2026/6/8