Qmcp is a powerful, cross-platform AI chat client built with Flutter, implementing the Model Context Protocol (MCP) for intelligent, context-aware interactions with multiple LLMs.
{
"mcpServers": {
"qmcp": {
"command": "<see-readme>",
"args": []
}
}
}No install config available. Check the server's README for setup instructions.
Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Qmcp is a powerful, cross-platform AI chat client built with Flutter, implementing the Model Context Protocol (MCP) for intelligent, context-aware interactions with multiple LLMs.
Is it safe?
No package registry to scan.
No authentication — any process on your machine can connect.
Apache-2.0. View license →
Is it maintained?
Last commit 352 days ago. 3 stars.
Will it work with my client?
Transport: stdio. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
No automated test available for this server. Check the GitHub README for setup instructions.
No known vulnerabilities.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationHave you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Manage Supabase projects — databases, auth, storage, and edge functions
An official Qdrant Model Context Protocol (MCP) server implementation
Query and manage PostgreSQL databases directly from AI assistants
Context7 Platform -- Up-to-date code documentation for LLMs and AI code editors
MCP Security Weekly
Get CVE alerts and security updates for Qmcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
A powerful, cross-platform AI Chat Client implementing the Model Context Protocol (MCP) for seamless AI interactions.
Qubase MCP is a sophisticated chat interface that revolutionizes AI interactions on desktop and mobile devices. Built with Flutter and implementing the Model Context Protocol, it provides a unified interface for multiple Large Language Models (LLMs) while ensuring secure, efficient, and context-aware conversations.
| Feature | Description | |---------|-------------| | Universal Compatibility | Works seamlessly across all major platforms | | Model Flexibility | Connect to any supported LLM without changing workflow | | Context Awareness | Leverages MCP for maintaining conversation context | | Enterprise Ready | Built with security and scalability in mind |
| Platform | Status | |----------|---------| | Desktop (macOS, Windows, Linux) | Available | | Mobile (iOS, Android) | Available | | Web | Coming Soon |
Install Termux
termux-setup-storage to grant storage permissionstermux-change-repo to select package mirrorpkg upgradeRequired Packages
# Install Tur repository
pkg install tur-repo
# Install Ollama and Zellij
pkg install ollama
pkg install zellij
Android Configuration
Model Operations
# Start Ollama server
ollama serve
# In a new terminal, run models:
ollama run deepseek-r1.5b # For DeepSeek
ollama run llama3.2 # For Llama3
Control Commands
| Action | Command |
|--------|---------|
| Stop output | CTRL + C |
| Exit model | CTRL + D |
| Clear screen | CTRL + L |
| Stop server | ps aux \| grep ollama then kill [PID] |
Coming soon...
| Component | Minimum | Recommended | |-----------|---------|-------------| | RAM | 4GB | 8GB | | Storage | 2GB free | 4GB free | | Processor | Intel/AMD x64 or ARM64 | Modern multi-core |
| Component | Version | |-----------|---------| | Windows | 10 or later | | macOS | 10.15 or later | | Ubuntu | 20.04 or later | | Flutter SDK | 3.0 or later | | Git | Latest stable |
Flutter Setup
git clone https://github.com/flutter/flutter.git
export PATH="$PATH:`pwd`/flutter/bin"
flutter doctor
System Dependencies
# Linux
sudo apt-get update
sudo apt-get install libsqlite3-0 libsqlite3-dev
# macOS
brew install sqlite3
# Windows
# SQLite included in Flutter Windows setup
Development Tools
# Using uv (Recommended)
brew install uv
# Alternative: npm
brew install node
Installation
git clone https://github.com/qubasehq/Qmcp.git
cd Qmcp
flutter pub get
Launch
# Desktop platforms
flutter run -d <platform> # macos, windows, linux
# Mobile development
flutter run -d <device-id>
API Configuration
MCP Server Setup