mcp hashlib for Cursor
io.github.daedalus/mcp-hashlib
An MCP server that exposes hashlib functionality
client:Cursor
transport:stdio
runtime:pypi
Install mcp hashlib in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-hashlib": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-hashlib"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs