Add Assay — MCP policy firewall with replayable evidence trail#190
Merged
wilsonccccc merged 2 commits intoTensorBlock:mainfrom Mar 18, 2026
Merged
Add Assay — MCP policy firewall with replayable evidence trail#190wilsonccccc merged 2 commits intoTensorBlock:mainfrom
wilsonccccc merged 2 commits intoTensorBlock:mainfrom
Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates the repository’s catalog README by adding a new entry under the Security category for an MCP tool-call firewall/policy enforcement proxy.
Changes:
- Added a README list item linking to
Rul1an/assayin the Security section. - Introduced an extra blank line and altered the usual ordering of “section description then bullets” in the Security section.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+1116
to
1120
|
|
||
| - [Rul1an/assay](https://github.com/Rul1an/assay): The firewall for MCP tool calls. Deterministic policy enforcement proxy with replayable evidence bundles, OWASP MCP Top 10 coverage (7/10), and compliance packs. MIT licensed. | ||
| Servers interacting with security tools and platforms, vulnerability databases, security scanning, network security tools, or identity management. | ||
| - [ark-forge/mcp-eu-ai-act](https://github.com/ark-forge/mcp-eu-ai-act): Scans codebases for AI framework usage (16 frameworks) and checks compliance against EU AI Act requirements. Features 4-tier risk categorization, GDPR compliance checking, report generation, and compliance document templates. | ||
|
|
Made-with: Cursor
Made-with: Cursor
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.
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.
Assay is an open-source MCP policy enforcement proxy.
It sits between agents and MCP servers, giving every tool call an explicit ALLOW/DENY with a replayable evidence trail.
Key features:
Added to the Security section.
Made with Cursor