Command Palette

Search for a command to run...

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

Maintainer Toolkit

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

Provides utilities to help maintain MCP repositories, including testing tools, parameter type support, and multiple transports (STDIO, SSE, Streamable HTTP).

GitHubEmbed

Описание

Provides utilities to help maintain MCP repositories, including testing tools, parameter type support, and multiple transports (STDIO, SSE, Streamable HTTP).

README

A Model Context Protocol (MCP) server with utilities to help with maintaining MCP repositories. This toolkit provides various tools and utilities for repository maintenance, testing, and development workflows.

Features

  • Multiple Transport Support: STDIO, SSE, and Streamable HTTP transports
  • Comprehensive Testing Tools: Tools for testing various MCP features and edge cases
  • Rich Parameter Types: Support for complex nested objects, arrays, and conditional parameters

Installation

npm install -g mcp-maintainer-toolkit

Or install locally:

npm install mcp-maintainer-toolkit

Usage

Command Line

After global installation, you can run the server directly:

# Start with STDIO transport (default)
mcp-maintainer-toolkit

# Start with SSE transport
mcp-maintainer-toolkit sse

# Start with Streamable HTTP transport
mcp-maintainer-toolkit streamableHttp

Programmatic Usage

import { createServer } from 'mcp-maintainer-toolkit';

const { server, cleanup } = createServer();
// Use the server with your preferred transport

NPM Scripts

If installed locally, you can use the npm scripts:

# Build the project
npm run build

# Start development server with watch mode
npm run watch

# Start with different transports
npm run start          # STDIO
npm run start:sse      # SSE on port 3001
npm run start:streamableHttp  # Streamable HTTP on port 3002

Configuration

Environment Variables

  • PORT: Port for SSE and Streamable HTTP servers (default: 3001 for SSE, 3002 for Streamable HTTP)

MCP Client Configuration

Add to your MCP client configuration:

{
  "mcpServers": {
    "maintainer-toolkit": {
      "command": "mcp-maintainer-toolkit",
      "args": []
    }
  }
}

Development

# Clone the repository
git clone https://github.com/olaservo/mcp-maintainer-toolkit.git
cd mcp-maintainer-toolkit

# Install dependencies
npm install

# Build the project
npm run build

# Start development with watch mode
npm run watch

Links

from github.com/olaservo/mcp-maintainer-toolkit

Установить Maintainer Toolkit в Claude Desktop, Claude Code, Cursor

Рекомендуется · одна команда, все IDE
unyly install mcp-maintainer-toolkit

Ставит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.

Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh

Или настроить вручную

Выполни в терминале:

claude mcp add mcp-maintainer-toolkit -- npx -y mcp-maintainer-toolkit

FAQ

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

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

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

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

Maintainer Toolkit — hosted или self-hosted?

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

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

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

Похожие MCP

Compare Maintainer Toolkit with

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

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

Автор?

Embed-бейдж для README

Похожее

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