Enables programmatic interaction with the KeePassXC password manager via its browser integration protocol.
Sponsored
A server that implements the KeePassXC browser integration protocol (Model Context Protocol - MCP), allowing other applications to programmatically interact with the KeePassXC password manager. This tool enables secure access to credentials, TOTP codes, and password generation, replicating the functionality of browser extensions. It supports communication over Unix domain sockets for local setups and TCP forwarding for remote environments, including a native C bridge for Windows systems to facilitate seamless integration. All communications are secured with NaCl box encryption, and the server manages persistent association identities.
主な機能
01Look up credentials by URL
02Retrieve TOTP codes for entries
03Save or update credentials
04Generate passwords via KeePassXC's generator
05Lock the database remotely
060 GitHub stars
ユースケース
01Integrating KeePassXC with applications running on the same machine
02Accessing KeePassXC from a remote virtual machine or container via TCP forwarding
03Exposing KeePassXC functionality as a Windows service for system-wide access