demipass
Rank #31,974com.dustforge/demipass
Credential custody for agents: use secrets blind (ssh/http/smtp/git/db), never in context.
demipass is a Model Context Protocol (MCP) server published by bildow. It ranks #31,974 of 115,591 servers tracked on MCP Toplist. demipass is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on Jul 7, 2026 and most recently updated on Jul 7, 2026.
Ranks ahead of 83,617 of 115,591 servers on MCP Toplist.
Use demipass
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add demipass -e "DEMIPASS_TOKEN=<your DEMIPASS_TOKEN>" -e "DEMIPASS_URL=<your DEMIPASS_URL>" -- npx -y demipassReplace each placeholder with your own value before saving.
[mcp_servers.demipass]
command = "npx"
args = ["-y", "demipass"]
[mcp_servers.demipass.env]
DEMIPASS_TOKEN = "<your DEMIPASS_TOKEN>"
DEMIPASS_URL = "<your DEMIPASS_URL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"demipass": {
"command": "npx",
"args": [
"-y",
"demipass"
],
"env": {
"DEMIPASS_TOKEN": "<your DEMIPASS_TOKEN>",
"DEMIPASS_URL": "<your DEMIPASS_URL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"demipass": {
"command": "npx",
"args": [
"-y",
"demipass"
],
"env": {
"DEMIPASS_TOKEN": "<your DEMIPASS_TOKEN>",
"DEMIPASS_URL": "<your DEMIPASS_URL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"demipass": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"demipass"
],
"env": {
"DEMIPASS_TOKEN": "<your DEMIPASS_TOKEN>",
"DEMIPASS_URL": "<your DEMIPASS_URL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"demipass": {
"command": "npx",
"args": [
"-y",
"demipass"
],
"env": {
"DEMIPASS_TOKEN": "<your DEMIPASS_TOKEN>",
"DEMIPASS_URL": "<your DEMIPASS_URL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"demipass": {
"command": "npx",
"args": [
"-y",
"demipass"
],
"env": {
"DEMIPASS_TOKEN": "<your DEMIPASS_TOKEN>",
"DEMIPASS_URL": "<your DEMIPASS_URL>"
}
}
}
}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/com.dustforge%2Fdemipass)<a href="https://mcptoplist.com/server/com.dustforge%2Fdemipass"><img src="https://mcptoplist.com/badge/com.dustforge%2Fdemipass.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
bildow
Other servers by bildow
View all bildow servers →Available versions (1)
| Version | Published |
|---|---|
| 2.5.0 | Jul 7, 2026 |
Frequently asked questions
- Who maintains demipass?
- demipass is maintained by bildow, which publishes 3 MCP servers (3 total versions) tracked on MCP Toplist.
- Is demipass listed on the Official MCP Registry?
- Yes — demipass is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does demipass have?
- MCP Toplist tracks 1 version of demipass, most recently published on Jul 7, 2026.
- Where can I find the source code for demipass?
- The source code for demipass is hosted at github.com/bildow/demipass.