enigmagent-mcp
Rank #41,180io.github.Agnuxo1/enigmagent-mcp
Local AES-256-GCM vault for AI agents. Secrets stay local, LLMs never see real API keys.
enigmagent-mcp is a Model Context Protocol (MCP) server published by Agnuxo1. It ranks #41,180 of 115,591 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. enigmagent-mcp is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Apr 25, 2026 and most recently updated on Apr 25, 2026.
Ranks ahead of 74,411 of 115,591 servers on MCP Toplist.
Use enigmagent-mcp
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add enigmagent-mcp -e "VAULT_PASSWORD=<your VAULT_PASSWORD>" -e "VAULT_PATH=<your VAULT_PATH>" -- npx -y enigmagent-mcpReplace each placeholder with your own value before saving.
[mcp_servers.enigmagent-mcp]
command = "npx"
args = ["-y", "enigmagent-mcp"]
[mcp_servers.enigmagent-mcp.env]
VAULT_PASSWORD = "<your VAULT_PASSWORD>"
VAULT_PATH = "<your VAULT_PATH>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"enigmagent-mcp": {
"command": "npx",
"args": [
"-y",
"enigmagent-mcp"
],
"env": {
"VAULT_PASSWORD": "<your VAULT_PASSWORD>",
"VAULT_PATH": "<your VAULT_PATH>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"enigmagent-mcp": {
"command": "npx",
"args": [
"-y",
"enigmagent-mcp"
],
"env": {
"VAULT_PASSWORD": "<your VAULT_PASSWORD>",
"VAULT_PATH": "<your VAULT_PATH>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"enigmagent-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"enigmagent-mcp"
],
"env": {
"VAULT_PASSWORD": "<your VAULT_PASSWORD>",
"VAULT_PATH": "<your VAULT_PATH>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"enigmagent-mcp": {
"command": "npx",
"args": [
"-y",
"enigmagent-mcp"
],
"env": {
"VAULT_PASSWORD": "<your VAULT_PASSWORD>",
"VAULT_PATH": "<your VAULT_PATH>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"enigmagent-mcp": {
"command": "npx",
"args": [
"-y",
"enigmagent-mcp"
],
"env": {
"VAULT_PASSWORD": "<your VAULT_PASSWORD>",
"VAULT_PATH": "<your VAULT_PATH>"
}
}
}
}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.Agnuxo1%2Fenigmagent-mcp)<a href="https://mcptoplist.com/server/io.github.Agnuxo1%2Fenigmagent-mcp"><img src="https://mcptoplist.com/badge/io.github.Agnuxo1%2Fenigmagent-mcp.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (1 delisted)
Agnuxo1
Other servers by Agnuxo1
View all Agnuxo1 servers →Available versions (1)
| Version | Published |
|---|---|
| 1.0.2 | Apr 25, 2026 |
Frequently asked questions
- Who maintains enigmagent-mcp?
- enigmagent-mcp is maintained by Agnuxo1, which publishes 4 MCP servers (6 total versions) tracked on MCP Toplist.
- Is enigmagent-mcp listed on the Official MCP Registry?
- Yes — enigmagent-mcp is listed on the Official MCP Registry, alongside Glama.
- How many versions does enigmagent-mcp have?
- MCP Toplist tracks 1 version of enigmagent-mcp, most recently published on Apr 25, 2026.
- Where can I find the source code for enigmagent-mcp?
- The source code for enigmagent-mcp is hosted at github.com/Agnuxo1/enigmagent-mcp.