🎉 새로운 출시

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