- Chepy MCP Service (CyberChef like Python library)
Chepy MCP Service (CyberChef like Python library)
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"
]
}
}
}Project Info
Created At
a year agoUpdated At
a year agoAuthor Name
nebucazStar
-Language
-License
-Recommend Servers
View AllAirtreks Mcp
@SEKeener
a day ago
Test
@modelcontextprotocol
test
6 months ago
Sigstore
@3089464667
a day ago
Tavily Mcp
@tavily-ai
JavaScript
a year ago