Converse MCP Enhanced
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Converse MCP EnhancedExplain quantum computing using multiple models for consensus"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Converse MCP Enhanced
Multi-model AI conversation MCP for Claude Desktop. Seamlessly integrate with GPT-4, Gemini, xAI, Perplexity, and local models via Ollama. Achieve 80-95% cost savings through intelligent routing and local model prioritization.
๐ Features
10+ AI Models: GPT-4, Claude, Gemini, xAI Grok, Perplexity, Ollama
80-95% Cost Savings: Smart routing prioritizes local models via Ollama
Parallel Processing: Query multiple models simultaneously for consensus
Web Search Integration: Real-time information via Perplexity Sonar
Conversation Memory: Persistent context across sessions
Smart Fallbacks: Automatic failover to ensure reliability
Zero Setup Ollama: Auto-detection and configuration
Related MCP server: 1mcpserver
๐ Supported Models
API Models
OpenAI: GPT-4, GPT-3.5 Turbo
Anthropic: Claude 3 Opus, Sonnet, Haiku
Google: Gemini Pro, Gemini Ultra
xAI: Grok-1, Grok-2
Perplexity: Sonar (with web search)
Local Models (via Ollama)
Llama 3 (8B, 70B)
Mistral, Mixtral
CodeLlama
Phi-2
Neural Chat
Any Ollama-compatible model
๐ฐ Cost Optimization Strategy
Priority Order (Highest to Lowest):
1. Ollama local models (FREE) - ALWAYS FIRST
2. Intelligent model selection based on query
3. API models only as fallback
Result: 100% FREE operation when Ollama available๐ง Smart Model Selection (v1.1.0)
The system automatically selects the optimal Ollama model:
Simple queries (<50 chars) โ phi3:mini (fastest)
Code-related โ codellama:7b
Complex queries (>200 chars) โ qwen2.5-coder:32b
Default โ llama3.2:3b (balanced)
๐ฆ Installation
Via NPM (Recommended)
npm install -g converse-mcp-enhancedManual Installation
git clone https://github.com/justmy2satoshis/converse-mcp-enhanced.git
cd converse-mcp-enhanced
npm install๐ง Configuration
Add to your Claude Desktop configuration file:
Windows: %APPDATA%\Claude\claude_desktop_config.json
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"converse": {
"command": "node",
"args": ["C:\\path\\to\\converse-mcp-enhanced\\src\\server.js"],
"env": {
"OPENAI_API_KEY": "sk-...",
"GOOGLE_API_KEY": "...",
"XAI_API_KEY": "...",
"PERPLEXITY_API_KEY": "...",
"OLLAMA_HOST": "http://localhost:11434"
}
}
}
}๐ Usage Examples
Single Model Query
const response = await chat({
model: "auto", // Automatic model selection
prompt: "Explain quantum computing",
temperature: 0.7
});Multi-Model Consensus
const consensus = await consensus({
models: ["gpt-4", "gemini-pro", "llama3"],
prompt: "Should we use microservices architecture?",
enable_cross_feedback: true
});Web Search Integration
const results = await chat({
model: "perplexity",
prompt: "Latest developments in AI safety",
use_websearch: true
});Cost-Optimized Query
const response = await chat({
model: "auto",
prompt: "Generate unit tests for this function",
prefer_local: true, // Prioritize Ollama models
max_cost: 0.01 // Cost limit in USD
});๐ก Use Cases
Development Assistance
Code generation with local models (free)
Multi-model code review for quality
Documentation with web search context
Research & Analysis
Consensus building across models
Real-time information via Perplexity
Complex reasoning with chain-of-thought
Cost Management
95% of queries handled by Ollama
API models only for specialized tasks
Automatic caching reduces redundant calls
๐๏ธ Architecture
converse-mcp-enhanced/
โโโ src/
โ โโโ server.js # Main MCP server
โ โโโ models/
โ โ โโโ router.js # Intelligent routing
โ โ โโโ ollama.js # Ollama integration
โ โ โโโ providers/ # API integrations
โ โโโ consensus.js # Multi-model consensus
โ โโโ cache.js # Response caching
โโโ examples/ # Usage examples
โโโ tests/ # Test suite
โโโ package.json๐ Performance Metrics
Metric | Value | Notes |
Cost Savings | 80-95% | Via Ollama prioritization |
Response Time | <500ms | For cached/local |
Availability | 99.9% | With fallbacks |
Model Coverage | 10+ | And growing |
Parallel Queries | 5+ | Simultaneous models |
๐งช Testing
npm testTests include:
Model routing logic
Cost optimization algorithms
Consensus mechanisms
Fallback scenarios
๐ค Contributing
Contributions welcome! See CONTRIBUTING.md for guidelines.
Priority Areas
Additional model providers
Enhanced caching strategies
Cost optimization improvements
Consensus algorithms
๐ Security
API keys stored securely in environment
No logging of sensitive data
Local model priority reduces data exposure
Optional request encryption
๐ License
MIT License - see LICENSE file for details
๐ Acknowledgments
Anthropic for Model Context Protocol
Ollama team for local model infrastructure
OpenAI, Google, xAI, Perplexity for APIs
Community contributors
๐ง Support
Issues: GitHub Issues
Discussions: GitHub Discussions
๐ฆ Status
โ Production Ready
โ 10+ models integrated
โ Ollama auto-configuration
โ Cost optimization active
โ Claude Desktop compatible
Note: Requires Claude Desktop with MCP support. Ollama recommended for maximum cost savings.
Built with โค๏ธ for developers who want powerful AI without breaking the bank
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/justmy2satoshis/converse-mcp-enhanced'
If you have feedback or need assistance with the MCP directory API, please join our Discord server