licium-mcp
v0.1.2
Published
Licium Gateway MCP Server — discover verified MCP servers and tools from any AI agent
Maintainers
Readme
licium-mcp
Licium Gateway MCP Server — give your AI agent the ability to discover and compare MCP servers at runtime.
Quick Start
Add to your Claude Desktop config (claude_desktop_config.json):
{
"mcpServers": {
"licium": {
"command": "npx",
"args": ["licium-mcp"]
}
}
}Your agent now has 4 new tools:
Tools
| Tool | Description |
|------|-------------|
| licium_search | Find MCP servers by natural language query, ranked by reputation |
| licium_alternatives | Find alternatives when a tool fails (auto-reports failure) |
| licium_health | Check if a server is operational before using it |
| licium_report | Complete the discovery cycle — log what worked and what didn't |
Example
Once connected, your agent can:
Agent: "I need to send an email"
→ calls licium_search({query: "send email"})
→ gets back: Resend MCP (reputation: 82, verified, install: npx @resend/mcp-server)
→ connects and sends the email
→ calls licium_report({tool_name: "resend-mcp-server", success: true, latency_ms: 230})Configuration
Set LICIUM_API_URL environment variable to use a custom API endpoint (defaults to https://licium.ai).
License
MIT
