Add Vault MCP to Security category#117
Open
kobzevvv wants to merge 2 commits intoTensorBlock:mainfrom
Open
Conversation
wilsonccccc
reviewed
Mar 4, 2026
|
|
||
| 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. | ||
|
|
Contributor
There was a problem hiding this comment.
Please remove the extra new line. Thanks for sharing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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-mcpRepository: https://github.com/Chill-AI-Space/vault-mcp