Rune MCP server
Evidence-traced codebase understanding and security scanning for AI agents over MCP.
8 stars
Reviews
Write oneNobody has reviewed Rune yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
Rune tools (10)
write = sends, deletes, buys or postsRead from the package source without running it. The installed server may list more.
rune_explainGiven a fact or derived-conclusion id (as returned by other rune_ tools), return the full evidence trail: the raw fact(s) it's based on, file, line, and matched source text.
rune_get_experienceGet the history of past task attempts recorded for this project: what was tried, whether it succeeded or failed, and why. This is raw history, not verified rules -- use rune_get_memory for trusted, approved conventions.
rune_get_file_dependenciesGet the internal (relative-import) dependency list for a given file path, as recorded in the understanding graph.
rune_get_memoryGet durable project-specific knowledge Rune has recorded: conventions, required commands, known pitfalls. Each entry has a status (proposed/approved/rejected) and confidence score -- only 'approved' entries should be treated as trusted; 'proposed' entries are unverified and should be treated as a hint, not a fact.
rune_get_overviewGet a high-level architecture summary of the software: detected stack, component count, route count. Start here.
rune_get_security_findingsGet all security findings Rune has detected in this project: exposed secrets, dangerous shell execution, risky CI/CD workflow permissions, and typosquat-shaped dependencies. Use this before merging a PR or reviewing a codebase for security risk -- this is the single call that answers 'are there security concerns in this repo.' Every finding cites file, line, matched evidence, severity, and confide
rune_list_componentsList all React components Rune has identified, with file location and detection kind (function/class).
rune_list_routesList all API/page routes Rune has identified across Express and Next.js (pages + app router).
rune_rescanRe-scan the project from disk and refresh Rune's understanding graph. Call this after significant code changes if `rune watch` isn't already running in the background.
rune_searchSearch facts and derived understanding by name, file path, or route path substring. Use this to find where something lives before reading files directly.
Public scan report
scanner v0.1.9 · 2026-09-21 · same rubric, same numbers if you re-run it
- Code scan21 source files scanned25/25
- –Live reliabilityno gateway calls yet and no remote to proben/a
- –Tool poisoningtools not inspected (local package is not executed); not countedn/a
- Auth qualitylocal package, no credentials required12/15
- Maintenancelast push 1 days ago15/15
- Maintainer identityregistry namespace matches repository owner6/10
Install directly
Runs npx -y @moosl/rune on your machine. Read the scan report first; the gateway never runs local packages.
claude mcp add rune -- npx -y @moosl/rune
Rune: common questions
- Is Rune MCP server safe?
- Yes, by our scan: it is graded A (89/100). Read the Rune safety report
- How do I install Rune?
- It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
- Does Rune need an API key?
- Not as far as the registry entry and our scan can tell: no credentials are declared or required.
- Is Rune maintained?
- The last commit was in the last day (2026-09-20). The latest release is v0.3.0.
- What can I use instead of Rune?
- Servers from other publishers that do the same job: MCPProxy MCP server, Trent MCP server and SecHelix MCP server. Compare all Rune alternatives.
Alternatives to Rune
Same job from other publishers: the closest match first, then the best rated.
- MCPProxyLocal-first MCP proxy with BM25 tool discovery, security scanning, quarantine & ~99% token savingsnot reviewedGrowingB
TrentSecurity reviews, threat models over a repo or website, and remediation tracking, in your editor.not reviewedGrowingA- SecHelixEvidence-first security review of authorized repositories. Read-only, root-confined, no shell.not reviewedGrowingA
DraugrSecurity scanning for AI agents: SAST, SCA, secrets, IaC, DAST, ranked by real risk.not reviewedGrowingA- Nel VeilFree passive security scanning - check any domain's DMARC, TLS, headers, and exposures.not reviewedGrowingA