youshallnotpassword
Verified Safeby adamtpang
Overview
This project provides a local-first system combining a Chrome extension and an MCP server to help users systematically identify, generate, and track fixes for reused and weak passwords with optional AI assistance from Claude Desktop.
Installation
No command providedSecurity Notes
The project prioritizes security by storing no plaintext passwords, using SHA-256 for comparison, generating passwords cryptographically (`crypto.randomBytes()`), and keeping all data and processing local ('No Cloud Storage'). Communication between the Chrome extension and MCP server, and between the MCP server and Claude Desktop, occurs locally (stdio), minimizing network exposure. Progress tracking is stored encrypted in Chrome's local storage.
Similar Servers
claude-code-mcp
Provides an MCP server to allow LLMs to directly invoke Claude Code CLI for complex coding, file system, and Git operations, bypassing interactive permission prompts.
memcord
Memcord is a privacy-first, self-hosted MCP server designed to organize chat history, summarize messages, and enable AI-powered search across past conversations, keeping all data secure and under user control.
vibes
Vibes transforms Claude Desktop into a conversational development environment through distributed MCP servers, allowing users to describe what they want to build and have Claude implement it while teaching them.
gsd-task-manager
A privacy-first, open-source task manager leveraging the Eisenhower Matrix for prioritization, offering optional end-to-end encrypted cloud synchronization and AI-powered natural language task management through integration with Claude Desktop via the MCP server.