unfragile-mcp-server
Provides tools to search for and compare CrewAI artifacts, such as MCP servers and capabilities, and obtain trust passports from the Unfragile match graph.
Enables discovery and comparison of LangChain artifacts, including MCP servers, capabilities, and trust passports, via the Unfragile match graph.
Allows querying the Unfragile match graph to find MCP servers for Slack, compare Slack MCP servers, and retrieve trust passports for Slack artifacts.
@unfragile/mcp-server
Query the Unfragile match graph from any AI agent. Find AI artifacts, discover MCP servers, assemble stacks, compare alternatives, and fetch trust passports. Every query feeds the graph.
Unfragile is built for the agent era: humans click links, agents call capabilities. This server gives Claude Code, Cursor, Windsurf, Claude Desktop, and custom MCP clients a runtime discovery and trust layer for AI artifacts.
Install
Claude Code
claude mcp add unfragile -- npx -y @unfragile/mcp-serverClaude Desktop
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"unfragile": {
"command": "npx",
"args": ["-y", "@unfragile/mcp-server"]
}
}
}Cursor
Add to .cursor/mcp.json:
{
"mcpServers": {
"unfragile": {
"command": "npx",
"args": ["-y", "@unfragile/mcp-server"]
}
}
}Windsurf
Add to ~/.codeium/windsurf/mcp_config.json:
{
"mcpServers": {
"unfragile": {
"command": "npx",
"args": ["-y", "@unfragile/mcp-server"]
}
}
}Tools
Tool | Description |
| Find AI tools by intent. "best framework for building AI agents" |
| Discover MCP servers by capability. "Postgres + Slack integration" |
| Get full details + capabilities for a specific artifact |
| Resolve a |
| Get machine-readable trust evidence: capability URIs, permissions, data access risk, failure modes |
| Compare two artifacts side-by-side |
| Assemble a complete harness stack for a use case |
| Report success/failure to improve future routing |
| Watch for new artifacts matching a capability need |
| Cancel a monitor |
Examples
Once installed, ask your agent:
"Find me MCP servers for Postgres and Slack"
"Resolve capability://database.postgres.query.readonly"
"What's the best framework for building AI agents?"
"Compare LangChain vs CrewAI"
"Get the trust passport for Cursor"
"I'm building a customer support agent — what tools do I need?"
"Get details on Cursor's capabilities"
How it works
The MCP server calls the Unfragile API under the hood. Search and stack queries become match records in the graph. Trust passport requests use /api/v1/passport/{slug} to return artifact identity, capability URIs, constraints, permissions, data access risk, observed outcomes, and UnfragileRank evidence.
13,160 active AI artifacts. 106,955 capabilities. 24 populated software categories. The match graph for AI.
Environment Variables
Variable | Description | Default |
| API base URL |
|
| API key for higher rate limits | (none) |
License
MIT
Latest Blog Posts
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/Savirinc/unfragile-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server