Submit

Chepy MCP Service (CyberChef like Python library)

@nebucaz

This project exposes the powerful Chepy data transformation library as an MCP server. It allows you to access Chepy's tools (like encoding, decoding, and data manipulation) via a single flexible API: the bake pipeline tool, inspired by CyberChef.
Overview

What is Chepy MCP Service (CyberChef-like Python library)

This MCP Servic exposes the powerful Chepy data transformation library as an MCP server. It allows you to access Chepy's tools (like encoding, decoding, and data manipulation) via a single flexible API: the bake pipeline tool, inspired by CyberChef.

How to use Chepy MCP Service (Python chepy)?

Clone the repository, install the dependencies, and start the server/integrate with your favourite LLM.

Key features of MCP OpenMemory Server?

  • Single bake() function allows to chain multiple operations
  • Discovery of available operations and parameters

Use cases of MCP OpenMemory Server?

  • Encode/decode Binary Strings (e.g. base64, base58, base45)
  • Encryption/decryption (e.g. ROT13, AES)
  • Chain multiple operations (bake a recipe)

FAQ

What operations are supported within the bake() function?

Get the list of supported functions by interrogating the get_chepy_operations() endpoint.

Server Config

{
  "mcpServers": {
    "chepy-mcp": {
      "command": "/Users/username/.local/bin/uv",
      "args": [
        "--directory",
        "/Users/username/chepy-mcp",
        "run",
        "src/server.py"
      ]
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.