Smart Ai Bridge
@Platano78
About Smart Ai Bridge
Smart AI Bridge is a production-ready Model Context Protocol (MCP) server that orchestrates AI-powered development operations across multiple backends with automatic failover, smart routing, and advanced error prevention capabilities.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"smart-ai-bridge": {
"command": "node",
"args": [
"smart-ai-bridge.js"
],
"cwd": ".",
"env": {
"LOCAL_MODEL_ENDPOINT": "http://localhost:1234/v1",
"CLOUD_API_KEY_1": "your-cloud-api-key-1",
"CLOUD_API_KEY_2": "your-cloud-api-key-2",
"CLOUD_API_KEY_3": "your-cloud-api-key-3"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Smart Ai Bridge?
Smart Ai Bridge is an enterprise-grade Model Context Protocol (MCP) server for Claude Desktop. It orchestrates AI‑powered development operations across multiple backends with automatic failover, smart routing, and advanced error prevention. It comes pre‑configured with a 4‑backend system (1 local model + 3 cloud AI backends) and is fully expandable to any AI provider.
How to use Smart Ai Bridge?
After installing dependencies (npm install) and running tests (npm test), add the server to Claude Code’s mcpServers configuration using a JSON block that specifies the node command, the script path, and environment variables for endpoint URLs and API keys. Then restart Claude Code to begin using the tools.
Key features of Smart Ai Bridge
- Multi‑AI backend orchestration with intelligent routing and health‑aware failover.
- Advanced fuzzy matching (exact → fuzzy → suggestions) reducing “text not found” errors by 80%.
- 19 total tools: 9 core plus 10 intelligent aliases for code review, file operations, and batch editing.
- Enterprise security with 9.7/10 score, DoS protection, input validation, and audit trails.
- Smart routing that auto‑selects backends based on task type (coding, analysis, large context).
- Fully expandable architecture – add unlimited AI providers via the provided extension guide.
Use cases of Smart Ai Bridge
- Route coding tasks (debugging, refactoring, game development) automatically to a coding‑specialist cloud backend.
- Offload large file processing (>100 KB) to a local model with unlimited tokens.
- Compare responses from different AI backends for the same prompt using the
compare_endpointstool. - Perform fuzzy‑matched file edits with configurable similarity thresholds and validation modes.
- Analyze files across many paths with concurrent processing, security validation, and smart content routing.
FAQ from Smart Ai Bridge
What AI backends are supported?
The default setup uses LM Studio for the local backend and NVIDIA API for cloud backends, but you can configure any provider (OpenAI, Anthropic, Azure, AWS Bedrock, custom APIs, or local models via Ollama/vLLM). See the EXTENDING.md guide for details.
How does the smart routing work?
The system analyzes the prompt content and size: coding patterns (e.g., function, class, debug) route to the coding specialist; math/analysis patterns route to the analysis specialist; prompts >50,000 characters or files >100 KB route to the local backend; everything else defaults to the highest‑priority cloud backend.
What is the fuzzy matching threshold and can I adjust it?
The fuzzy matching engine uses a configurable similarity threshold from 0.1 to 1.0 (default 0.8). You can also set validation mode to strict, lenient, or dry_run per operation.
Is Smart Ai Bridge production ready?
Yes. It has 100% test coverage, enterprise‑grade reliability, and is MIT licensed. The security score is 9.7/10 with DoS protection, input validation, and complete audit logging.
How do I add more backends beyond the default four?
The system is fully expandable. Follow the step‑by‑step instructions in EXTENDING.md to integrate OpenAI, Anthropic, Azure, AWS Bedrock, or any custom API or local model endpoint.
More Developer Tools MCP servers
TalkToFigma
sonnylazuardiTalkToFigma: MCP integration between AI Agent (Cursor, Claude Code, Codex) and Figma, allowing Agentic AI to communicate with Figma for reading designs and modifying them programmatically.
Serena
oraiosA powerful MCP toolkit for coding, providing semantic retrieval and editing capabilities - the IDE for your agent
Smithery CLI
smithery-aiInstall, manage and develop MCP servers and skills for agents
OpenSumi
opensumiA framework helps you quickly build AI Native IDE products. MCP Client, supports Model Context Protocol (MCP) tools via MCP server.
MCP Unity Editor (Game Engine)
CoderGamesterModel Context Protocol (MCP) plugin to connect with Unity Editor — designed for Cursor, Claude Code, Codex, Windsurf and other IDEs
Comments