minima
Minima is an open-source on-premises conversational RAG solution that integrates with various LLMs.
Minima allows users to operate fully on-premises with containers, ensuring data security by running all neural networks locally. It supports multiple modes, including isolated installations and custom LLM integrations, providing flexibility for users to choose their preferred setup. Users can also leverage ChatGPT or Anthropic Claude for querying local documents while maintaining control over their infrastructure.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"minima": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-minima"
]
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions