Registry Tools
БесплатноНе проверенSearch and resolve MCP server packages on the mpak registry, enabling agents to discover servers, inspect tools, and check credential requirements before instal
Описание
Search and resolve MCP server packages on the mpak registry, enabling agents to discover servers, inspect tools, and check credential requirements before installation.
README
Search and resolve MCP server packages on the mpak registry. This server lets agents discover available MCP servers, inspect their tools, and check credential requirements before installation.
This is one of the core MCP servers that powers NimbleBrain's agent runtime, giving agents self-service access to the registry. It's open source so you can see how it works, fork it to connect to your own registry, or use it as a reference for building discovery-layer MCP servers.
Install
mpak install @nimblebraininc/registry-tools
Claude Code
claude mcp add registry-tools -- mpak run @nimblebraininc/registry-tools
Claude Desktop
{
"mcpServers": {
"registry-tools": {
"command": "mpak",
"args": ["run", "@nimblebraininc/registry-tools"]
}
}
}
Tools
registry_search
Search the mpak registry for available MCP servers.
| Parameter | Type | Required | Description |
|---|---|---|---|
query |
string |
Yes | Search term (e.g., "weather", "pdf", "finance") |
Returns matching packages with name, description, tools, download count, and verification status.
registry_resolve
Get full metadata for a specific package, including credential requirements and version history.
| Parameter | Type | Required | Description |
|---|---|---|---|
package |
string |
Yes | Package identifier (e.g., "@nimblebraininc/finnhub") |
version |
string |
No | Specific version (omit for latest) |
Returns detailed package info including tools, required credentials, license, and homepage.
Configuration
| Env Var | Required | Description |
|---|---|---|
REGISTRY_URL |
No | mpak registry URL (default: https://registry.mpak.dev) |
Extending
Want to adapt this for your own infrastructure?
- Point
REGISTRY_URLat your own registry endpoint - Add a
registry_browsetool that lists categories or popular servers - Add tools that combine search with automatic installation via your orchestrator
- Fork and modify
src/mcp_registry_tools/server.py
Development
git clone https://github.com/NimbleBrainInc/mcp-registry-tools.git
cd mcp-registry-tools
# Install dependencies
uv sync --group dev
# Run all checks (format, lint, typecheck, tests)
make check
# Run the server locally (stdio)
uv run python -m mcp_registry_tools.server
# Run the server locally (HTTP)
make run-http
License
MIT
Установка Registry Tools
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/NimbleBrainInc/mcp-registry-toolsFAQ
Registry Tools MCP бесплатный?
Да, Registry Tools MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Registry Tools?
Нет, Registry Tools работает без API-ключей и переменных окружения.
Registry Tools — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Registry Tools в Claude Desktop, Claude Code или Cursor?
Открой Registry Tools на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Registry Tools with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
