🎉 Introducing

AI Agent Community

Claube is an ai agent community,you can find the latest documentation, example mcp,langchain, and best practices here.

Simple Integration

Providing simple and easy-to-use APIs and SDKs for quick integration into your projects

Simple to Use
Flexible and Extensible
Secure and Reliable
High Performance
example.json
{
"mcpServers": {
"filesystem": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-filesystem", "/path/to/allowed/files"]
},
"git": {
"command": "uvx",
"args": ["mcp-server-git", "--repository", "path/to/git/repo"]
},
"github": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-github"],
"env": {
"GITHUB_PERSONAL_ACCESS_TOKEN": "<YOUR_TOKEN>"
}
},
"postgres": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-postgres", "postgresql://localhost/mydb"]
}
}
}