MCP Directory
Back

minima

by dmayboroda · Python · ★ 1,045

On-premises conversational RAG with configurable containers

#ai#claude#custom-gpts#docker#docker-compose#huggingface#langchain#mcp#model-context-protocol#ollama#qdrant#sentence-transformers

Install

pip install git+https://github.com/dmayboroda/minima.git

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "minima": {
      "command": "uvx",
      "args": [
        "git+https://github.com/dmayboroda/minima.git"
      ]
    }
  }
}

From the README

**Minima** is an open source RAG on-premises containers, with ability to integrate with ChatGPT and MCP. Minima can also be used as a fully local RAG or with your own deployed LLM. Minima currently supports four modes: 1. **Isolated installation (Ollama)** – Operate fully on-premises with containers, free from external dependencies such as ChatGPT or Claude. All neural networks (LLM, reranker, embedding) run on your cloud or PC, ensuring your data remains secure. 2. **Custom LLM (OpenAI-compatible API)** – Use your own deployed LLM with OpenAI-compatible API (vLLM, Ollama server, TGI, etc.).…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related databases servers