casibase
Casibase is an open-source enterprise-level AI knowledge base and management platform that supports various AI models.
Casibase provides a comprehensive AI Cloud OS that facilitates the management of AI models and agent-to-agent interactions through the Model Context Protocol (MCP). It features an admin UI for user management and supports Single-Sign-On, making it suitable for enterprise applications. The platform is designed to integrate with popular AI models such as ChatGPT, Claude, Llama, Ollama, and HuggingFace, enabling users to leverage advanced AI capabilities seamlessly. With its robust architecture, Casibase allows for easy deployment and scaling of AI applications, making it an ideal choice for businesses looking to enhance their operations with AI technologies. The platform's user-friendly interface and extensive documentation ensure that both technical and non-technical users can efficiently utilize its features.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"casibase": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-casibase"
]
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions