Toolbox
БесплатноНе проверенA plug-and-play MCP server that adds zero-boilerplate tools like file search, reliability scoring, and prompt injection detection to any MCP-compatible agent.
Описание
A plug-and-play MCP server that adds zero-boilerplate tools like file search, reliability scoring, and prompt injection detection to any MCP-compatible agent.
README
Product/PM angle: A plug-and-play MCP tool server — add capabilities to any MCP-compatible agent (Claude Desktop, etc.) by registering pure-Python tools with zero boilerplate.
An MCP (Model Context Protocol) server exposing a growing library of agent tools: file search, reliability scoring, and prompt injection detection.
Status — milestone roadmap
| Tag | Milestone | Status |
|---|---|---|
| m1 | Package scaffold, tool registry, repo_search tool, core tests |
Done |
| m2 | reliability_score + redteam_scan tools, full test suite |
Done |
| m3 | Config system, CLI (mcptb list/dump/serve), README, packaging |
Done |
| m4 | Demo script, edge-case tests, manifest dump | Done |
Installation
pip install -e ".[dev]" # dev + tests
pip install -e ".[server]" # includes mcp SDK + pyyaml
Usage
mcptb list # list registered tools
mcptb dump # JSON manifest of all tools
mcptb serve # start MCP server (requires [server] extra)
Use from Claude Desktop
Requires the
[server]extra — install it first:pip install -e ".[server]"This pulls in the
mcpSDK (the stdio transport) andpyyaml.
Add to your Claude Desktop claude_desktop_config.json:
{
"mcpServers": {
"mcp-toolbox": {
"command": "python",
"args": ["-m", "mcp_toolbox.cli", "serve"],
"env": {}
}
}
}
The server uses stdio transport (as required by the MCP spec) and
registers every tool in the registry automatically. The mcp package is
lazy-imported inside serve(), so the rest of the CLI (mcptb list,
mcptb dump) works without the [server] extra installed.
Tools
repo_search(directory, keyword, file_pattern="*.py")
Keyword search over a directory tree. Returns [{file, line_no, line}].
reliability_score(answer, context)
Heuristic faithfulness score (0-1) for an answer vs. its context. Returns {score, details}.
redteam_scan(text)
Detects prompt injection / jailbreak patterns. Returns {risk_level, flags, score}.
Установка Toolbox
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/im-girisankar/mcp-toolboxFAQ
Toolbox MCP бесплатный?
Да, Toolbox MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Toolbox?
Нет, Toolbox работает без API-ключей и переменных окружения.
Toolbox — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Toolbox в Claude Desktop, Claude Code или Cursor?
Открой Toolbox на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare Toolbox with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
