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-memory-mcp
Provides local, persistent, and searchable memory for AI assistants like Claude Desktop, enabling them to store and recall information efficiently.
memcord
A privacy-first, self-hosted MCP server for organizing chat history, summarizing messages, and searching past conversations using AI, particularly for Claude interactions.
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.
mcp-client-server
A specialized Model Context Protocol (MCP) server designed to act as a testing harness for developing and iterating on other MCP servers within a Claude AI environment.