🎉 全新發布

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"]
}
}
}