Skip to main content
Glama
rukh-debug

rustypaste-mcp-server

by rukh-debug

rustypaste-mcp-server

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

Related MCP server: @zhigang1992/uploadfile-mcp

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

Install Server
F
license - not found
A
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    B
    quality
    D
    maintenance
    A MCP server for managing and storing code snippets in various programming languages, allowing users to create, list, and delete snippets via a standardized interface.
    3
    6
    7
    MIT
  • A
    license
    -
    quality
    D
    maintenance
    An MCP server that enables users to upload local files to S3-compatible storage and retrieve shareable public URLs. Files are automatically organized into unique UUID-based folders to prevent naming conflicts while preserving original filenames.
    8
    MIT
  • F
    license
    -
    quality
    D
    maintenance
    A comprehensive MCP server providing 21+ tools for mathematical operations, string manipulation, file handling, utilities, and web requests via FastAPI and WebSocket.
  • A
    license
    -
    quality
    D
    maintenance
    MCP server for uploading, listing, and retrieving files on S3-compatible storage (AWS S3, DigitalOcean Spaces) with public/private access and temporary URLs.
    11
    MIT

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/rukh-debug/rustypaste-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server