
MCPBlade
by flarexio
An aggregation and management hub for MCP servers featuring semantic search and smart routing for multi-server setups.
What it does
MCPBlade acts as a powerful proxy and aggregator for Model Context Protocol (MCP) servers. It enables AI clients to interact with multiple backend MCP servers through a single unified interface, using vector-based semantic search to discover the right tool for the task.
Tools
RegisterMCPServer: Adds a new MCP server to the aggregation registry.UnregisterMCPServer: Removes an MCP server from the registry.ListTools: Returns a complete list of all available tools across all registered servers.SearchTools: Performs a semantic search using natural language to find relevant tools.Forward: Routes specific MCP tool calls to the correct backend server.
Installation
Install the binary:
go install github.com/flarexio/mcpblade/cmd/mcpblade@latest
Add to claude_desktop_config.json (example if running as a server):
{
"mcpServers": {
"mcpblade": {
"command": "mcpblade_mcp_server",
"args": ["--edge-id", "your-edge-id"]
}
}
}
Supported hosts
- Claude Desktop
Quick install
go install github.com/flarexio/mcpblade/cmd/mcpblade@latestInformation
- Pricing
- free
- Published
- 5/19/2026
- stars






