Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

Graneth

com.graneth/mcp-server

Pre-flight check for AI coding agents: hallucinated packages + secrets, 6 ecosystems, no account.

Uptime
100.0%
1 direct probes · 30d
Response
284ms
last probe
Tools
4
callable
Resources
2
readable
Prompts
2
available

Tools · 4

scan_repository

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…

pre_flight_check

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…

get_findings

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…

auto_remediate

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

scan-results graneth://scan/{owner}/{repo}
findings graneth://findings/{owner}/{repo}

Prompts · 2

security_review

Comprehensive security review prompt for a pull request (OWASP Top 10 + CWE).

triage_finding

Investigate a single security finding in depth.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "graneth": {
      "url": "https://graneth.com/api/mcp",
      "transport": "streamable-http"
    }
  }
}