The match graph for AI. Search 100K+ capabilities across 13K+ AI artifacts.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"unfragile-mcp-server": {
"command": "npx",
"args": [
"-y",
"Savirinc/unfragile-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add unfragile-mcp-server npx -y Savirinc/unfragile-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"unfragile-mcp-server": {
"command": "npx",
"args": [
"-y",
"Savirinc/unfragile-mcp-server"
]
}
}
}