Open-source AI workspace for teams. Connect MCP servers, build AI agents, manage prompts, workflows, and knowledge from one unified platform.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"babelize-dashboard": {
"command": "npx",
"args": [
"-y",
"babelize/babelize-dashboard"
]
}
}
}
Run in terminal:
claude mcp add babelize-dashboard npx -y babelize/babelize-dashboard
Add to .cursor/mcp.json:
{
"mcpServers": {
"babelize-dashboard": {
"command": "npx",
"args": [
"-y",
"babelize/babelize-dashboard"
]
}
}
}