Add CodeSafer — AI code security scanner MCP server#3906
Closed
goldmembrane wants to merge 1 commit intomodelcontextprotocol:mainfrom
Closed
Add CodeSafer — AI code security scanner MCP server#3906goldmembrane wants to merge 1 commit intomodelcontextprotocol:mainfrom
goldmembrane wants to merge 1 commit intomodelcontextprotocol:mainfrom
Conversation
Author
|
Closing this PR — I noticed the CI check-readme-only workflow indicated that this repo no longer accepts new-server README PRs, and that submissions should go to modelcontextprotocol/registry instead. Will publish CodeSafer to the MCP Registry via the mcp-publisher CLI. Thanks! |
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.
What
Add CodeSafer to the Community Servers list.
Entry
About CodeSafer
CodeSafer is a Model Context Protocol server that scans AI-generated code for hidden security threats. It pairs 8 deterministic static analysis scanners with a CodeBERT deep learning classifier, all running locally.
6 MCP tools:
scan_file— scan a single filescan_directory— recursively scan a directoryscan_rules_file— scan AI config files (.cursorrules,CLAUDE.md) for prompt injection and backdoorscheck_dependencies— scanpackage.jsonfor typosquatting and risky install scriptsai_analyze— CodeBERT deep analysis with confidence scoresexplain_finding— detailed explanation of threat categoriesDetection categories (9 total): invisible Unicode, BiDi/Trojan Source, homoglyphs, Glassworm steganography, rules file backdoors, dependency typosquatting, obfuscation patterns, static analysis findings, AI deep analysis.
Website: https://codesafer.org/
Repository: https://github.com/goldmembrane/cleaner-code
License: ISC
Runtime: Node.js >= 18
Checklist
- **[Name](URL)** - description@modelcontextprotocol/sdk