AI Skill Hub 强烈推荐:MCP工具注册服务器 是一款优质的MCP工具。AI 综合评分 8.0 分,在同类工具中表现稳健。如果你正在寻找可靠的MCP工具解决方案,这是一个值得深入了解的选择。
发现、管理和控制MCP服务器和代理技能的访问
MCP工具注册服务器 是一款遵循 MCP(Model Context Protocol)标准协议的 AI 工具扩展。通过 MCP 协议,它可以让 Claude、Cursor 等主流 AI 客户端直接访问和操作外部工具、数据源和服务,实现 AI 能力的无缝扩展。无论是文件操作、数据库查询还是 API 调用,都可以通过自然语言在 AI 对话中直接触发,极大提升生产效率。
发现、管理和控制MCP服务器和代理技能的访问
MCP工具注册服务器 是一款遵循 MCP(Model Context Protocol)标准协议的 AI 工具扩展。通过 MCP 协议,它可以让 Claude、Cursor 等主流 AI 客户端直接访问和操作外部工具、数据源和服务,实现 AI 能力的无缝扩展。无论是文件操作、数据库查询还是 API 调用,都可以通过自然语言在 AI 对话中直接触发,极大提升生产效率。
# 方式一:通过 Claude Code CLI 一键安装
claude skill install https://github.com/stacklok/toolhive-registry-server
# 方式二:手动配置 claude_desktop_config.json
{
"mcpServers": {
"mcp-------": {
"command": "npx",
"args": ["-y", "toolhive-registry-server"]
}
}
}
# 配置文件位置
# macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
# Windows: %APPDATA%/Claude/claude_desktop_config.json
# 安装后在 Claude 对话中直接使用 # 示例: 用户: 请帮我用 MCP工具注册服务器 执行以下任务... Claude: [自动调用 MCP工具注册服务器 MCP 工具处理请求] # 查看可用工具列表 # 在 Claude 中输入:"列出所有可用的 MCP 工具"
// claude_desktop_config.json 配置示例
{
"mcpServers": {
"mcp_______": {
"command": "npx",
"args": ["-y", "toolhive-registry-server"],
"env": {
// "API_KEY": "your-api-key-here"
}
}
}
}
// 保存后重启 Claude Desktop 生效
<picture> <source media="(prefers-color-scheme: dark)" srcset="docs/images/toolhive-byline-white.svg"> <img src="docs/images/toolhive-byline-black.svg" alt="ToolHive logo" width="500"/> </picture>
<br>
[![Release][release-img]][release] [![Build status][ci-img]][ci] [![Coverage Status][coveralls-img]][coveralls] [![License: Apache 2.0][license-img]][license] [![Star on GitHub][stars-img]][stars] [![Discord][discord-img]][discord]
```bash
task build
```bash
See the MCP Registry API specification for full API details.
sources:
- name: local
file:
path: /data/registry.json
registries:
- name: my-registry
sources:
- local
auth:
mode: anonymous # Use "oauth" for production
database:
host: localhost
port: 5432
user: registry
database: registry
All configuration is done via YAML files. The server requires a --config flag.
curl http://localhost:8080/registry/default/v0.1/servers
Fully compatible with the upstream MCP Registry API specification:
GET /registry/{registryName}/v0.1/servers - List servers from a specific registryGET /registry/{registryName}/v0.1/servers/{name}/versions - List all versions of a serverGET /registry/{registryName}/v0.1/servers/{name}/versions/{version} - Get a specific server versionNote: Git, API, File, and Kubernetes sources are read-only through the registry API.
ToolHive-specific endpoints for managing sources, registries, and entries:
Source management (requires manageSources role):
GET /v1/sources - List all configured sourcesGET /v1/sources/{name} - Get a source by namePUT /v1/sources/{name} - Create or update a sourceDELETE /v1/sources/{name} - Delete a sourceGET /v1/sources/{name}/entries - List entries for a sourceRegistry management (reads: authenticated; writes require manageRegistries role):
GET /v1/registries - List all configured registries with statusGET /v1/registries/{name} - Get registry details and sync statusGET /v1/registries/{name}/entries - List entries for a registry (requires manageRegistries role)PUT /v1/registries/{name} - Create or update a registryDELETE /v1/registries/{name} - Delete a registryEntry management (requires manageEntries role):
POST /v1/entries - Publish a server or skill entryDELETE /v1/entries/{type}/{name}/versions/{version} - Delete a published entryPUT /v1/entries/{type}/{name}/claims - Update entry claimsRead-only endpoints for discovering skills within a registry:
GET /registry/{registryName}/v0.1/x/dev.toolhive/skills - List skills (paginated)GET /registry/{registryName}/v0.1/x/dev.toolhive/skills/{namespace}/{name} - Get latest version of a skillGET /registry/{registryName}/v0.1/x/dev.toolhive/skills/{namespace}/{name}/versions - List all versions of a skillGET /registry/{registryName}/v0.1/x/dev.toolhive/skills/{namespace}/{name}/versions/{version} - Get a specific skill versionGET /health - Health checkGET /readiness - Readiness checkGET /version - Version informationGET /v1/me - Returns the caller's identity and rolesGET /.well-known/oauth-protected-resource - OAuth discovery (RFC 9728)高质量的MCP工具注册服务器,值得使用
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
✅ Apache 2.0 — 宽松开源协议,可商用,需保留版权声明和 NOTICE 文件,含专利授权条款。
总体来看,MCP工具注册服务器 是一款质量优秀的MCP工具,在同类工具中具备一定竞争力。AI Skill Hub 将持续追踪其更新动态,建议收藏备用,结合自身场景选择合适时机引入使用。
| 原始名称 | toolhive-registry-server |
| Topics | mcpaiai-governanceai-securitygolang |
| GitHub | https://github.com/stacklok/toolhive-registry-server |
| License | Apache-2.0 |
| 语言 | Go |
收录时间:2026-06-10 · 更新时间:2026-06-10 · License:Apache-2.0 · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端