EliAbdiel/ollama-chat-application
A sophisticated conversational AI application built with Chainlit and Ollama, featuring multi-modal document processing, MCP (Model Context Protocol) tool integration, and persistent chat sessions. Supports voice input, file analysis (PDF, DOCX, images), and seamless LLM model switching through customizable chat profiles.
Platform-specific configuration:
{
"mcpServers": {
"ollama-chat-application": {
"command": "npx",
"args": [
"-y",
"ollama-chat-application"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...