MCP 레지스트리 서버
특징
MCP Retriever : 의미 검색을 사용하여 MCP 서버 검색
도구
검색_mcps
MCP 레지스트리에 대한 검색 작업을 수행합니다.
입력:
query(문자열): 검색을 위한 검색 쿼리입니다.
구성
설치 가이드
Smithery를 통해 설치
Smithery를 통해 Claude Desktop용 MCP 레지스트리 서버를 자동으로 설치하려면:
지엑스피1
Claude Desktop과 함께 사용
먼저 서버를 빌드합니다.
git clone https://github.com/KBB99/mcp-registry-server.git
cd mcp-registry-server
npm install
npm run build
다음을 실행하여 서버가 작동하는지 확인할 수 있습니다.
node ./dist/index.js
claude_desktop_config.json 에 다음을 추가하세요:
{
"mcpServers": {
"mcp-registry-server": {
"command": "node",
"args": [
"./path/to/build/mcp-registry-server/dist/index.js"
]
}
}
}
특허
이 MCP 서버는 MIT 라이선스에 따라 라이선스가 부여됩니다. 즉, MIT 라이선스의 약관에 따라 소프트웨어를 자유롭게 사용, 수정 및 배포할 수 있습니다. 자세한 내용은 프로젝트 저장소의 LICENSE 파일을 참조하세요.
이 README에서는 서버 패키지 이름이 mcp-server-retriever 라고 가정합니다. 설정에서 패키지 이름과 설치 세부 정보가 다를 경우 수정하세요. 또한 서버 스크립트가 올바르게 빌드되었는지, 그리고 모든 종속성이 package.json 파일에서 제대로 관리되는지 확인하세요.
Tools
MCP 레지스트리를 사용하여 MCP 서버를 쉽게 찾으세요. 자연어로 검색하세요.
Related Resources
Related MCP Servers
- Asecurity-licenseAqualityMCP server for searching npm packagesLast updated -113314MIT License
- MIT License
- -security-license-qualityStores metadata for MCP servers and provides smart search capabilities, allowing users to find appropriate MCP servers for their queries and route requests to the most suitable server.Last updated -10MIT License
- Asecurity-licenseAqualityAn MCP server that allows searching for and retrieving information about Model Context Protocol servers registered on the MCP Hub.Last updated -11MIT License