Keymaster MCP
Rank #18,103io.github.AInoAKARI/keymaster-mcp
Read-only runtime secret retrieval from HashiCorp Vault via Keymaster for autonomous AI agents.
Keymaster MCP is a Model Context Protocol (MCP) server published by AInoAKARI. It ranks #18,103 of 132,113 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. Keymaster MCP is listed across 2 registries — Official MCP and Glama, with 2 tracked versions. It was first listed on Apr 2, 2026 and most recently updated on Apr 2, 2026.
Ranks ahead of 114,010 of 132,113 servers on MCP Toplist.
Use Keymaster MCP
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add keymaster-mcp -e "USER_KEYMASTER_URL=<your USER_KEYMASTER_URL>" -e "USER_KEYMASTER_TOKEN=<your USER_KEYMASTER_TOKEN>" -- npx -y @akari-os/keymaster-mcpReplace each placeholder with your own value before saving.
[mcp_servers.keymaster-mcp]
command = "npx"
args = ["-y", "@akari-os/keymaster-mcp"]
[mcp_servers.keymaster-mcp.env]
USER_KEYMASTER_URL = "<your USER_KEYMASTER_URL>"
USER_KEYMASTER_TOKEN = "<your USER_KEYMASTER_TOKEN>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"keymaster-mcp": {
"command": "npx",
"args": [
"-y",
"@akari-os/keymaster-mcp"
],
"env": {
"USER_KEYMASTER_URL": "<your USER_KEYMASTER_URL>",
"USER_KEYMASTER_TOKEN": "<your USER_KEYMASTER_TOKEN>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"keymaster-mcp": {
"command": "npx",
"args": [
"-y",
"@akari-os/keymaster-mcp"
],
"env": {
"USER_KEYMASTER_URL": "<your USER_KEYMASTER_URL>",
"USER_KEYMASTER_TOKEN": "<your USER_KEYMASTER_TOKEN>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"keymaster-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@akari-os/keymaster-mcp"
],
"env": {
"USER_KEYMASTER_URL": "<your USER_KEYMASTER_URL>",
"USER_KEYMASTER_TOKEN": "<your USER_KEYMASTER_TOKEN>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"keymaster-mcp": {
"command": "npx",
"args": [
"-y",
"@akari-os/keymaster-mcp"
],
"env": {
"USER_KEYMASTER_URL": "<your USER_KEYMASTER_URL>",
"USER_KEYMASTER_TOKEN": "<your USER_KEYMASTER_TOKEN>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"keymaster-mcp": {
"command": "npx",
"args": [
"-y",
"@akari-os/keymaster-mcp"
],
"env": {
"USER_KEYMASTER_URL": "<your USER_KEYMASTER_URL>",
"USER_KEYMASTER_TOKEN": "<your USER_KEYMASTER_TOKEN>"
}
}
}
}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.AInoAKARI%2Fkeymaster-mcp)<a href="https://mcptoplist.com/server/io.github.AInoAKARI%2Fkeymaster-mcp"><img src="https://mcptoplist.com/badge/io.github.AInoAKARI%2Fkeymaster-mcp.svg" alt="MCP Toplist: Top 25% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
AInoAKARI
Other servers by AInoAKARI
View all AInoAKARI servers →Available versions (2)
| Version | Published |
|---|---|
| 1.0.2 | Apr 2, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Keymaster MCP?
- Keymaster MCP is maintained by AInoAKARI, which publishes 3 MCP servers (4 total versions) tracked on MCP Toplist.
- Is Keymaster MCP listed on the Official MCP Registry?
- Yes — Keymaster MCP is listed on the Official MCP Registry, alongside Glama.
- How many versions does Keymaster MCP have?
- MCP Toplist tracks 2 versions of Keymaster MCP, most recently published on Apr 2, 2026.
- Where can I find the source code for Keymaster MCP?
- The source code for Keymaster MCP is hosted at github.com/AInoAKARI/keymaster-mcp.
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.