Back to search
30
MCP

io.github.agnuxo1/enigmagent-mcp

io.github.agnuxo1/enigmagent-mcp

Local AES-256-GCM vault for AI agents. Secrets stay local, LLMs never see real API keys.

Uptime
0.0%
4 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

Similar MCP servers embedding-nearest

enigmagent-mcp
Local encrypted vault MCP server. AES-256-GCM + Argon2id. Resolves {{PLACEHOLDER}} secrets at runtime so LLMs never see real API keys. Works
0 tools
EnigmAgent
AES-256-GCM encrypted credential vault for AI agents with placeholder-based secret injection.
0 tools
keysmith-mcp
Secure secret vault for AI agents via Model Context Protocol (MCP)
0 tools
io.github.ainoakari/keymaster-mcp
Read-only runtime secret retrieval from HashiCorp Vault via Keymaster for autonomous AI agents.
0 tools
agentvault-mcp
MCP server for AgentVault — AI-native credential vault for autonomous agents.
0 tools
secure-vault-mcp
MCP server for agent-native secrets management — store, rotate, and inject secrets without agents seeing raw values
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "io.github.agnuxo1/enigmagent-mcp": {
      "url": "None",
      "transport": "http"
    }
  }
}