🎉 全新发布

AI 智能体开发社区

Claube 是一个 AI 智能体社区,您可以在这里找到最新的文档、示例、MCP、Langchain 等和最佳实践。

简单集成

提供简单易用的API和SDK,快速集成到您的项目中

简单易用
灵活可扩展
安全可靠
高性能
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"]
}
}
}