Skip to content
Zed

mcp hashlib for Zed

io.github.daedalus/mcp-hashlib

An MCP server that exposes hashlib functionality

client:Zed transport:stdio runtime:pypi

Install mcp hashlib in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "mcp-hashlib": {
      "command": "uvx",
      "args": [
        "mcp-hashlib"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

mcp hashlib in other clients