Command Palette

Search for a command to run...

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

Rustypaste Server

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

An MCP server that wraps the rustypaste API, allowing users to upload text, files, and URLs to a rustypaste instance. It supports features such as single-use li

GitHubEmbed

Описание

An MCP server that wraps the rustypaste API, allowing users to upload text, files, and URLs to a rustypaste instance. It supports features such as single-use links, file expiration, and URL shortening.

README

An MCP server that wraps the rustypaste API.

Tools

Tool Description
rustypaste_paste_text Upload text content and get a shareable URL
rustypaste_upload_file Upload a local file by path
rustypaste_upload_file_with_expiry Upload a file with auto-deletion after a duration
rustypaste_oneshot_file Upload a file as a single-view link
rustypaste_oneshot_url Create a single-use URL redirect
rustypaste_shorten_url Shorten a long URL
rustypaste_upload_remote Fetch a remote URL and host it on rustypaste

Setup

Add the following to your MCP client configuration (e.g., ~/.config/claude/claude_desktop_config.json):

{
  "mcpServers": {
    "rustypaste": {
      "command": "npx",
      "args": [
        "-y",
        "@rukh-pub/rustypaste-mcp"
      ],
      "env": {
        "RUSTYPASTE_URL": "https://paste.example.com",
        "RUSTYPASTE_AUTH_TOKEN": "<your-token-here>"
      }
    }
  }
}

License

MIT

from github.com/rukh-debug/rustypaste-mcp

Установить Rustypaste Server в Claude Desktop, Claude Code, Cursor

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

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

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

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

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

claude mcp add rustypaste-mcp-server -- npx -y @rukh-pub/rustypaste-mcp

Пошаговые гайды: как установить Rustypaste Server

FAQ

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

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

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

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

Rustypaste Server — hosted или self-hosted?

Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.

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

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

Похожие MCP

Compare Rustypaste Server with

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

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

Автор?

Embed-бейдж для README

Похожее

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