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.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"qmcp": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
A powerful, cross-platform AI Chat Client implementing the Model Context Protocol (MCP) for seamless AI interactions.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in ai-ml / developer-tools
Dynamic problem-solving through sequential thought chains
Persistent memory using a knowledge graph
Manage Supabase projects — databases, auth, storage, and edge functions
XcodeBuildMCP provides tools for Xcode project management, simulator management, and app utilities.
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