Add Vault MCP to Security category#117
Closed
kobzevvv wants to merge 2 commits intoTensorBlock:mainfrom
Closed
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
wilsonccccc
approved these changes
Mar 18, 2026
Contributor
wilsonccccc
left a comment
There was a problem hiding this comment.
LGTM — valid MCP server submission, well-described. Approving for merge.
wilsonccccc
added a commit
that referenced
this pull request
Mar 18, 2026
…nflicts Manually applied the following approved PRs that had merge conflicts: - #72: Add OMEGA to Knowledge Management & Memory - #117: Add Vault MCP to Security - #157: Add SuperColony MCP to Finance & Crypto - #166: Add sol-mcp (Solana risk scoring) to Finance & Crypto - #177: Add @frihet/mcp-server to Finance & Crypto - #187: Add GoldRush MCP server to Finance & Crypto Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
wilsonccccc
added a commit
that referenced
this pull request
Mar 18, 2026
…nflicts (#194) Manually applied the following approved PRs that had merge conflicts: - #72: Add OMEGA to Knowledge Management & Memory - #117: Add Vault MCP to Security - #157: Add SuperColony MCP to Finance & Crypto - #166: Add sol-mcp (Solana risk scoring) to Finance & Crypto - #177: Add @frihet/mcp-server to Finance & Crypto - #187: Add GoldRush MCP server to Finance & Crypto Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
Contributor
|
Your submission has been merged into main as part of batch PR #194 (manual apply due to merge conflicts). Thank you for contributing! 🎉 |
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