kdbx
Rank #9,069io.github.yarrasys/kdbx
Read-only access to secrets in a local KeePassXC vault. Runs commands with them injected.
kdbx is a Model Context Protocol (MCP) server published by yarrasys. It ranks #9,069 of 132,046 servers tracked on MCP Toplist, and its repository has 4 GitHub stars. kdbx is listed on Official MCP, with 3 tracked versions. It was first listed on Jul 25, 2026 and most recently updated on Aug 3, 2026.
Ranks ahead of 122,977 of 132,046 servers on MCP Toplist.
Use kdbx
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add kdbx -e "KEEPASSXC_DIR=<your KEEPASSXC_DIR>" -e "KDBX_ENV=<your KDBX_ENV>" -- docker run -i --rm -v "{project_dir}:/work" -v "{keepassxc_dir}:/kpx:ro" -w /work ghcr.io/yarrasys/kdbx:0.3.1 mcpReplace each placeholder with your own value before saving.
[mcp_servers.kdbx]
command = "docker"
args = ["run", "-i", "--rm", "-v", "{project_dir}:/work", "-v", "{keepassxc_dir}:/kpx:ro", "-w", "/work", "ghcr.io/yarrasys/kdbx:0.3.1", "mcp"]
[mcp_servers.kdbx.env]
KEEPASSXC_DIR = "<your KEEPASSXC_DIR>"
KDBX_ENV = "<your KDBX_ENV>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"kdbx": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-v",
"{project_dir}:/work",
"-v",
"{keepassxc_dir}:/kpx:ro",
"-w",
"/work",
"ghcr.io/yarrasys/kdbx:0.3.1",
"mcp"
],
"env": {
"KEEPASSXC_DIR": "<your KEEPASSXC_DIR>",
"KDBX_ENV": "<your KDBX_ENV>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"kdbx": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-v",
"{project_dir}:/work",
"-v",
"{keepassxc_dir}:/kpx:ro",
"-w",
"/work",
"ghcr.io/yarrasys/kdbx:0.3.1",
"mcp"
],
"env": {
"KEEPASSXC_DIR": "<your KEEPASSXC_DIR>",
"KDBX_ENV": "<your KDBX_ENV>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"kdbx": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-v",
"{project_dir}:/work",
"-v",
"{keepassxc_dir}:/kpx:ro",
"-w",
"/work",
"ghcr.io/yarrasys/kdbx:0.3.1",
"mcp"
],
"env": {
"KEEPASSXC_DIR": "<your KEEPASSXC_DIR>",
"KDBX_ENV": "<your KDBX_ENV>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"kdbx": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-v",
"{project_dir}:/work",
"-v",
"{keepassxc_dir}:/kpx:ro",
"-w",
"/work",
"ghcr.io/yarrasys/kdbx:0.3.1",
"mcp"
],
"env": {
"KEEPASSXC_DIR": "<your KEEPASSXC_DIR>",
"KDBX_ENV": "<your KDBX_ENV>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"kdbx": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-v",
"{project_dir}:/work",
"-v",
"{keepassxc_dir}:/kpx:ro",
"-w",
"/work",
"ghcr.io/yarrasys/kdbx:0.3.1",
"mcp"
],
"env": {
"KEEPASSXC_DIR": "<your KEEPASSXC_DIR>",
"KDBX_ENV": "<your KDBX_ENV>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.yarrasys%2Fkdbx)<a href="https://mcptoplist.com/server/io.github.yarrasys%2Fkdbx"><img src="https://mcptoplist.com/badge/io.github.yarrasys%2Fkdbx.svg" alt="MCP Toplist: Top 10% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
yarrasys
Available versions (3)
| Version | Published |
|---|---|
| 0.3.1 | Aug 3, 2026 |
| 0.3.0 | Aug 3, 2026 |
| 0.2.1 | Aug 1, 2026 |
Frequently asked questions
- Who maintains kdbx?
- kdbx is maintained by yarrasys, which publishes 1 MCP server (3 total versions) tracked on MCP Toplist.
- Is kdbx listed on the Official MCP Registry?
- Yes — kdbx is listed on the Official MCP Registry.
- How many versions does kdbx have?
- MCP Toplist tracks 3 versions of kdbx, most recently published on Aug 3, 2026.
- Where can I find the source code for kdbx?
- The source code for kdbx is hosted at github.com/yarrasys/kdbx.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.