MCP Server for cryptographic hashing provides MD5 and SHA-256 hashing tools for LLMs through the Model Context Protocol, enabling efficient cryptographic request processing in VS Code Copilot, Claude Desktop, and other MCP clients.
Computes the MD5 hash of a given text.
Computes the SHA-256 hash of a given text.
{
"mcp": {
"servers": {
"hashing-docker": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"kunalpathak13/hashing-mcp-server:latest"
]
}
}
}
}