- Fusional
Fusional
Loads 150+ AI tools into Claude Desktop via a single Docker command. Aggregates Business Intelligence, API Hub, Content Automation, and Intelligence MCP servers behind one gateway with centralized logging and tool routing. Windows-native, no platform engineer required.
Overview
What is FusionAL?
FusionAL is a unified MCP gateway that loads 150+ AI tools into Claude Desktop via a single Docker command on Windows. Instead of configuring and managing dozens of individual MCP servers, FusionAL aggregates them behind one gateway with centralized logging, tool routing, and governance.
Built for teams without dedicated platform engineers.
How It Works
FusionAL runs as a Docker container and exposes a single MCP endpoint. Claude Desktop connects to the gateway, which routes tool calls to the appropriate specialized sub-server:
- Business Intelligence — data querying and analytics
- API Integration Hub — connect to external APIs
- Content Automation — scraping, parsing, and content workflows
- Intelligence MCP — research and search tooling
Quick Install
- Clone the repo and start the gateway:
docker compose up
- Add to your
claude_desktop_config.json:
{
"mcpServers": {
"fusional-mcp": {
"command": "npx",
"args": ["-y", "mcp-remote", "http://localhost:18009/mcp/", "--allow-http"]
}
}
}
- Restart Claude Desktop. All tools load automatically.
Who Is It For?
- SaaS teams who want AI tooling without platform engineering overhead
- Developers who want a single Docker command to get 150+ tools into Claude
- Agencies and consultancies building MCP-powered workflows on Windows
Server Config
{
"mcpServers": {
"fusional-mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"http://localhost:18009/mcp/",
"--allow-http"
]
}
}
}Project Info
Created At
23 days agoUpdated At
23 days agoAuthor Name
JRM-FusionALStar
-Language
-License
-Tags