MCP Registry Server
@KBB99
关于 MCP Registry Server
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"mcp-registry-server": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@KBB99/mcp-registry-server",
"--client",
"claude"
]
}
}
}工具
1Perform retrieval operations against the MCP registry.
概览
What is MCP Registry Server?
MCP Registry Server is an MCP server that provides semantic search retrieval of other MCP servers from a registry. It is intended for developers or AI agents who need to discover MCP servers by query.
How to use MCP Registry Server?
Install via Smithery with npx -y @smithery/cli install @KBB99/mcp-registry-server --client claude, or manually clone the repo, install dependencies, build, and add the server to your claude_desktop_config.json. The server exposes the tool retrieve_mcps which accepts a query string.
Key features of MCP Registry Server
- Semantic search retrieval of MCP servers.
- Single tool:
retrieve_mcpswith query input. - Easy installation via Smithery or manual build.
- MIT licensed.
Use cases of MCP Registry Server
— (No use cases explicitly listed in the README.)
FAQ from MCP Registry Server
What is the purpose of MCP Registry Server?
It retrieves MCP servers using semantic search, helping users discover relevant MCPs.
How do I install MCP Registry Server?
You can install it automatically via Smithery or manually by cloning the repository, running npm install and npm run build, then configuring your Claude Desktop client.
What tools does MCP Registry Server provide?
It provides one tool: retrieve_mcps, which takes a query string as input.
What license does MCP Registry Server use?
It is licensed under the MIT License.
Does MCP Registry Server require any special runtime?
It requires Node.js to build and run the server.
其他 分类下的更多 MCP 服务器
Codelf
unbugA search tool helps dev to solve the naming things problem.
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
Servers
modelcontextprotocolModel Context Protocol Servers
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
ghidraMCP
LaurieWiredMCP Server for Ghidra
评论