Centralized open-source extension catalog hub for Aleph — discover skills, plugins & MCP servers. Next.js on Vercel.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"aleph-hub": {
"command": "npx",
"args": [
"-y",
"rootazero/Aleph-Hub"
]
}
}
}
Run in terminal:
claude mcp add aleph-hub npx -y rootazero/Aleph-Hub
Add to .cursor/mcp.json:
{
"mcpServers": {
"aleph-hub": {
"command": "npx",
"args": [
"-y",
"rootazero/Aleph-Hub"
]
}
}
}