Overview
Features
calculate_md5
Computes the MD5 hash of a given text via the MCP tools.
calculate_sha256
Computes the SHA-256 hash of a given text via the MCP tools.
MCP client compatibility
Designed to work with MCP clients such as VS Code Copilot Chat, Claude Desktop, and other MCP-enabled interfaces.
Docker deployment
Docker-based deployment: pull the image and run with docker run -i --rm.
Python package and direct usage
Install hashing-mcp-server via PyPI and run via hashing-mcp-server or python -m hashing_mcp.cli.
Local development and testing
Includes development workflow with editable installs, pytest, and local testing.
Who Is This For?
- LLM Developers:Expose MD5 and SHA-256 hashing capabilities to MCP-enabled LLM workflows.
- MCP Integrators:Configure MCP clients like VS Code Copilot Chat or Claude Desktop to call hashing tools.
- DevOps Engineers:Deploy, monitor, and maintain MCP hashing server via Docker or Python environments.




