Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

McpServerTools

БесплатноНе проверен

Tool manifests for MCP Server tool registry

GitHubEmbed

Описание

Tool manifests for MCP Server tool registry

README

Tool manifests for the MCP Server tool registry. This repository acts as the primary tool bucket — a collection of tool definitions that can be browsed, installed, and synced via the MCP Server's tool registry API.

Structure

Each tool is defined as a JSON manifest file in the root directory:

tool-name.json

Distribution artifacts live beside the manifests:

powershell/
packages/

The powershell/ directory contains the current McpServer helper modules published by this bucket. The packages/ directory contains the current SharpNinja.McpServer.Repl NuGet global-tool package used by the mcpserver-repl manifest.

The mcpserver-*-plugin.json manifests expose sibling agent plugin repositories. Plugin manifests clone or update from GitHub into a caller-provided parent directory.

Manifest Format

{
  "name": "tool-name",
  "description": "Human-readable description of what this tool does",
  "tags": ["keyword1", "keyword2"],
  "parameterSchema": "{ ... optional JSON schema ... }",
  "commandTemplate": "command --arg {{param1}}"
}

Usage

Register this bucket with MCP Server

curl -X POST http://localhost:7147/mcpserver/tools/buckets \
  -H "Content-Type: application/json" \
  -d '{
    "name": "official",
    "owner": "sharpninja",
    "repo": "McpServerTools",
    "branch": "main",
    "manifestPath": "/"
  }'

Browse available tools

curl http://localhost:7147/mcpserver/tools/buckets/official/browse

Install a tool from this bucket

curl -X POST "http://localhost:7147/mcpserver/tools/buckets/official/install?toolName=screenshot"

Sync to pick up updates

curl -X POST http://localhost:7147/mcpserver/tools/buckets/official/sync

Contributing

Add a new .json manifest file following the format above and submit a pull request.

from github.com/sharpninja/McpServerTools

Установка McpServerTools

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/sharpninja/McpServerTools

FAQ

McpServerTools MCP бесплатный?

Да, McpServerTools MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для McpServerTools?

Нет, McpServerTools работает без API-ключей и переменных окружения.

McpServerTools — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить McpServerTools в Claude Desktop, Claude Code или Cursor?

Открой McpServerTools на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare McpServerTools with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development