MCP server for cryptographic hashing — MD5, SHA-1, SHA-256, SHA-384, SHA-512
claude mcp add hash -- npx -y hash-forge-mcp
claude_desktop_config.json
{
"mcpServers": {
"hash": {
"command": "npx",
"args": [
"-y",
"hash-forge-mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"hash": {
"command": "npx",
"args": [
"-y",
"hash-forge-mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"hash": {
"command": "npx",
"args": [
"-y",
"hash-forge-mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"hash": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"hash-forge-mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"hash": {
"command": "npx",
"args": [
"-y",
"hash-forge-mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.ryudi84--hash/reviews or the review_server meta-tool.
POST /mcp