Skip to content

Add Vault MCP to Security category#117

Open
kobzevvv wants to merge 2 commits intoTensorBlock:mainfrom
kobzevvv:add-vault-mcp
Open

Add Vault MCP to Security category#117
kobzevvv wants to merge 2 commits intoTensorBlock:mainfrom
kobzevvv:add-vault-mcp

Conversation

@kobzevvv
Copy link
Contributor

@kobzevvv kobzevvv commented Mar 1, 2026

Summary

Adding Vault MCP to the Security category.

Vault MCP is an MCP server for credential isolation in LLM agents:

  • AES-256-GCM encryption — credentials encrypted at rest with unique IV per entry

  • Chrome CDP login — fills website forms via DevTools Protocol, password never in LLM context

  • API key proxy — injects credentials into HTTP headers, sanitizes responses to prevent leakage

  • Tamper-proof audit trail — append-only JSONL log with SHA-256 hash chain

  • 5 MCP tools — vault_add, vault_login, vault_api_request, vault_list, vault_status

  • npm: npx vault-mcp

  • Repository: https://github.com/Chill-AI-Space/vault-mcp


Servers interacting with security tools and platforms, vulnerability databases, security scanning, network security tools, or identity management.
- [Chill-AI-Space/vault-mcp](https://github.com/Chill-AI-Space/vault-mcp): MCP server for credential isolation — agents use passwords and API keys without seeing them in context. AES-256-GCM encryption, Chrome CDP login, API key proxy, tamper-proof audit trail.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove the extra new line. Thanks for sharing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants