Graneth
com.graneth/mcp-serverPre-flight check for AI coding agents: hallucinated packages + secrets, 6 ecosystems, no account.
Tools · 4
Trigger a Level 1 + Level 2 security scan on a GitHub pull request. Returns SAST findings, taint flows, entropy-detected secrets, and (for PRO users) LLM-triaged results. Requires Graneth authenticati…
Security pre-flight check for local file changes BEFORE committing. Run this whenever you are about to suggest `git commit`, `git push`, or open a pull request — especially when changes touch auth, se…
Retrieve the security findings recorded by your most recent scan of this repository, optionally filtered by exact file path or severity. Returns an error if you have never scanned it — that is not the…
Generate an automated security fix for a specific finding. Creates a GitHub PR with the patched code. Verifies the fix with Level 1 SAST before opening the PR. Requires authentication, 3 credits, and …
Resources · 2
graneth://scan/{owner}/{repo}
graneth://findings/{owner}/{repo}
Prompts · 2
Comprehensive security review prompt for a pull request (OWASP Top 10 + CWE).
Investigate a single security finding in depth.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"graneth": {
"url": "https://graneth.com/api/mcp",
"transport": "streamable-http"
}
}
}