Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

Jade

OCI · GHCR.IO/JULIANBEI/JADE-MCP:V0.0.11 · 2 COMPONENTS · SCANNED SEP 20

The IDE for agents: read by symbol, edit against a revision, validate with your own build, revert.

30 Trust /100

Deprecated

This server is marked deprecated in the MCP registry. The registry records this reason: Renamed to io.github.julianbei/arno (ARNO, Agent Repository Navigation & Operations). Same server, same maintainer; install with https://raw.githubusercontent.com/julianbei/arno/main/install.sh.

Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security0
  • Malware scan not yet available for this package.Unverified
  • Known CVEs could not be checked: this artifact ships no SBOM, so there is no dependency list to read. Publishing one would let us assess it.Unverified
  • Install-script risk not yet assessed.Unverified
  • Dependency health could not be checked: this artifact ships no SBOM, so there is no dependency list to read. Publishing one would let us assess it.Unverified
Provenance & Transparency10
Schema Quality & AI Usability75
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 4094 tokens (~132/item across 31 items; 31 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
  • Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Tool Safety88
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • 1 of 2 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "jade.delete_symbol" implies "delete" and declares no destructiveHint at all, which the MCP spec reads as destructive by default. See how to fix → Partial
  • An AI judge read all 32 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities20
  • Spec-recency check failed: implements MCP spec 2024-11-05; the latest is 2026-07-28. See how to fix → Fail

Unverified: 2 categories

Categories scored 0 because we could not verify them: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

Install

How do I install the Jade MCP server?

Jade runs locally as a container image, launched with docker run --rm -i ghcr.io/julianbei/jade-mcp:v0.0.11. Ready-made configuration for Claude, Cursor, VS Code, Codex and 3 more is on this page, copied from each client's own documentation.

oci · ghcr.io/julianbei/jade-mcp:v0.0.11

# add to Claude Code
claude mcp add julianbei-jade -- docker run --rm -i ghcr.io/julianbei/jade-mcp:v0.0.11
// .cursor/mcp.json
{
  "mcpServers": {
    "julianbei-jade": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/julianbei/jade-mcp:v0.0.11"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "julianbei-jade": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/julianbei/jade-mcp:v0.0.11"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add julianbei-jade -- docker run --rm -i ghcr.io/julianbei/jade-mcp:v0.0.11
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "julianbei-jade": {
      "type": "local",
      "command": [
        "docker",
        "run",
        "--rm",
        "-i",
        "ghcr.io/julianbei/jade-mcp:v0.0.11"
      ],
      "enabled": true
    }
  }
}
# ~/.hermes/config.yaml
mcp_servers:
  julianbei-jade:
    command: "docker"
    args: ["run", "--rm", "-i", "ghcr.io/julianbei/jade-mcp:v0.0.11"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "julianbei-jade": {
      "Transport": "stdio",
      "Command": "docker",
      "Arguments": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/julianbei/jade-mcp:v0.0.11"
      ]
    }
  }
}
// mcp.json
{
  "mcpServers": {
    "julianbei-jade": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/julianbei/jade-mcp:v0.0.11"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 16 Sept 26 +6
    • Source repository: pass → fail security
    • Judged manipulation: unverified → pass security
    • Schema quality: unverified → excellent functional
  • 14 Sept 26 24

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Sept 2026 · Analysed oci/ghcr.io/julianbei/jade-mcp:v0.0.11

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem oci
Reason No attestation published

Background: How many MCP packages publish verified provenance →

MCP tools · 31 exposed · ~3,963 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
jade.apply ~155

Apply several edits as one atomic unit: all land or none do. Ops: replace_text, replace_range, replace_symbol, delete_symbol, insert. Anchors are validated before anything is written, touched files are formatted, and one validation runs at the end instead of one per edit. Prefer this over several single edits when changing more than one site.

NameTypeReqDescription
checkstringRun one validation after all edits: build, typecheck, tests (the edited files' tests), or impact (those plus tests of callers of touched declarations).
editsarrayyesEdits to apply in order.
expectedRevisionstringRevision expected before editing.
formatbooleanFormat touched files afterwards (default true).

No output schema declared.

No examples provided.

jade.capabilities ~81

What Jade can do in this workspace, in one call: per language, whether a grammar or a text scan reads it, which language server runs or is missing, and which formatter applies; whether git is there; the build, typecheck and test commands check would run; declared commands. Call it first in an unfamiliar repository instead of learning from failed calls.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

jade.changes ~21

Return the current workspace revision and a list of changed paths.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

jade.check ~227

Run a validation command on demand and wait for the verdict: kind build (default), typecheck or tests. Uses the repository's own Makefile target, npm script or cargo command when present. Waits by default and returns pass/fail directly. Every result names the command that ran; dryRun names it without running anything. In a repository with several projects, pass target to check one; with no command at the root, the answer lists the projects.

NameTypeReqDescription
dryRunbooleanName the command that would run, without running it.
kindstringbuild (default), typecheck, tests, lint or codegen. lint and codegen run the declared commands of that kind; lint with none declared runs typecheck.
targetstringProject directory inside the workspace to check, e.g. services/api. Omit for the workspace root.
timeoutSecondsintegerBound on the wait (default 90, max 300).
waitbooleanWait for the result (default true). False returns a job ID to poll.

No output schema declared.

No examples provided.

jade.checkpoint ~56

Mark a revertible point: snapshots the files Jade has edited this session and records git's HEAD. Not a commit, and does not touch git. Checkpoints last for the session.

NameTypeReqDescription
notestringOptional checkpoint note.

No output schema declared.

No examples provided.

jade.context ~128

Assemble everything needed to act on one symbol in a single call: implementation, related types, direct callers, tests exercising it, current diagnostics, and whether it changed since HEAD. Replaces find + references + test search + diagnostics round trips.

NameTypeReqDescription
pathstringyesFile containing the symbol's declaration.
purposestringWhat the context is for: modify (default), understand, debug, test. Narrows which sections are returned.
symbolIdstringExact symbol ID if already known.
symbolNamestringSymbol name to resolve when ID is unknown.

No output schema declared.

No examples provided.

jade.create_file ~59

Create a brand-new file, and any missing parent directories. Refuses to overwrite an existing one — use replace_text or apply to modify existing content.

NameTypeReqDescription
contentstringyesFile content.
pathstringyesFile path to create.

No output schema declared.

No examples provided.

jade.declare_command ~149

Declare a named command in .jade/commands.json — a reproduction, a benchmark — to run with run_command in this and later sessions; the file is reviewed like any change. Declaring an existing name replaces it; do not redeclare one just to run it.

NameTypeReqDescription
descriptionstringOptional note on what the command is for.
kindstringOptional: lint or codegen; check with that kind runs it.
namestringyesCommand name: lowercase letters, digits, ':', '_' or '-'.
removebooleanDelete the named command instead of declaring it.
runstringShell command to run from the workspace root.

No output schema declared.

No examples provided.

jade.delete_file ~54

Delete a file, not a directory; fails if it does not exist. Reverting to an earlier checkpoint recreates it. To edit content use replace_text or apply.

NameTypeReqDescription
pathstringyesFile path to delete.

No output schema declared.

No examples provided.

jade.delete_symbol ~97

Delete one declaration entirely. The range comes from jade's parse, so the caller never has to find the closing brace; the blank line the declaration left behind is removed too.

NameTypeReqDescription
expectedRevisionstringRevision expected before editing.
pathstringyesFile containing the declaration.
symbolIdstringExact symbol ID if already known.
symbolNamestringSymbol name to resolve when ID is unknown.

No output schema declared.

No examples provided.

jade.diff ~204

Return the actual patch text for the workspace or one path — the 'what changed' companion to changes()'s 'how much changed'. Includes untracked files. Pass since to diff against another revision (HEAD~3, a branch, a SHA), which is how to see what a branch has done once part of the work is already committed. A large patch comes a page at a time, whole lines, with continue=<handle> for the rest.

NameTypeReqDescription
budgetintegerSize of the patch page in tokens (default 2000). Cut at whole lines; the rest is behind continue=<handle>.
continuestringHandle from a cut patch: its next page.
sincestringOptional git revision to diff against, e.g. HEAD~3, main, or a commit SHA. Omit for the working-tree diff against HEAD.
targetstringOptional file path. Omit to diff the whole working tree.

No output schema declared.

No examples provided.

jade.events ~42

Poll the event stream starting after a cursor position.

NameTypeReqDescription
afterintegerCursor to start after.
limitintegerMaximum number of events to return.

No output schema declared.

No examples provided.

jade.find ~262

Locate declarations by name AND return their source in one call — the fused search-and-read that replaces `grep -n 'func X' -A 30`. Exact name matches win over substring ones. Use this instead of outline and read_range when you have not located the symbol yet. Pass queries to find several names in one call.

NameTypeReqDescription
budgetintegerSize of the answer in tokens. Cut at whole declarations; the rest is behind continue=<handle>.
continuestringHandle from a cut answer: its next page.
dependencystringLook in this dependency's source instead of the workspace, read-only: a crate, Go module, npm or Python package name.
kindstringNarrow by kind. func/function, type/struct/class/interface, method, const, var — spellings within a family are equivalent. Empty matches any.
limitintegerMaximum declarations to return (default 5). Prefer budget.
maxLinesintegerMaximum lines of each body (default 40). Prefer budget.
queriesarraySeveral symbol names in one call, instead of query. Each is answered as query would be.
querystringSymbol name, exact or partial.

No output schema declared.

No examples provided.

jade.grep ~356

Literal or regex text search across the workspace, returning path:line matches with optional trailing context — the replacement for `grep -rn`. Use this for anything that is not a declaration name: struct fields, string literals, error messages, config keys, or any search needing a path filter. Use find instead when you want a declaration and its body. Pass queries to search several patterns in one call.

NameTypeReqDescription
budgetintegerSize of the answer in tokens. Cut at whole matches; the rest is behind continue=<handle>.
contextintegerTrailing lines to show per match, like grep -A (max 40).
continuestringHandle from a cut answer: its next page. Other arguments except budget are ignored.
dependencystringSearch this dependency's source instead of the workspace, read-only, at the version the project locks: a crate, Go module, npm or Python package name. Matches read as dep:<name>/<path>, which read_ra…
excludestringSkip paths containing this substring, e.g. testdata.
globstringRestrict by path, e.g. *.go or internal/code/*.
ignoreCasebooleanCase-insensitive match.
limitintegerMaximum matches returned (default 40). The true total is always reported. Prefer budget.
queriesarraySeveral patterns in one call, instead of query. Each is answered as query would be, with the same filters.
querystringText to find.
regexbooleanTreat query as a regular expression. grep-style \| alternation and \( \) groups work as in grep.

No output schema declared.

No examples provided.

jade.history ~175

List the commits that touched one symbol's lines, via git log -L — 'why does this code exist' without reading a whole file's history. Commits only by default; set includePatch for the diff hunks.

NameTypeReqDescription
budgetintegerSize of the patch page in tokens (default 1500). Cut at whole lines; the rest is behind continue=<handle>.
continuestringHandle from a cut patch: its next page.
includePatchbooleanInclude diff hunks for each commit.
limitintegerMaximum commits to return (default 10).
pathstringyesFile containing the symbol's declaration.
symbolIdstringExact symbol ID if already known.
symbolNamestringSymbol name to resolve when ID is unknown.

No output schema declared.

No examples provided.

jade.insert ~225

Add text to a file without replacing anything — a new function, a new section, an extra case. Use this for additive work instead of rewriting a surrounding symbol. With no anchor it appends to the end of the file; with one it places the text before or after that anchor, refusing if the anchor is absent or matches more than once. Several additions or edits at once belong in apply.

NameTypeReqDescription
anchorstringOptional. Exact, unique text to place the insertion beside. Omit to append to the end of the file.
expectedDigeststringOptional. The digest from the read this edit is based on; the edit is refused if the file changed since, by anyone.
expectedRevisionstringOptional. Revision expected before editing; the edit is rejected if the workspace has moved on. Omit for no precondition.
pathstringyesFile to add to.
positionstringOptional. "before" or "after" the anchor. Defaults to after.
textstringyesText to insert.

No output schema declared.

No examples provided.

jade.job_output ~97

Fetch the raw output for a background validation job after a summary was already returned. A long output comes a page at a time, whole lines, with continue=<handle> for the rest.

NameTypeReqDescription
budgetintegerSize of the output page in tokens (default 2000). Cut at whole lines.
continuestringHandle from a cut output: its next page.
idstringyesBackground job ID.

No output schema declared.

No examples provided.

jade.job_status ~31

Fetch the status and decisive summary for a background validation job.

NameTypeReqDescription
idstringyesBackground job ID.

No output schema declared.

No examples provided.

jade.outline ~39

Return the declaration outline for a file, along with freshness and structured section buckets.

NameTypeReqDescription
pathstringyesRepository-relative or workspace-relative file path.

No output schema declared.

No examples provided.

jade.read_range ~273

Read a file verbatim, whole or by line range — the replacement for `cat` and `sed -n`. Omit both line numbers to read the whole file, which is how to read go.mod, a Makefile, or any JSON/YAML/TOML config that has no symbols to address. An end line past the end of the file reads to the end. A dependency's source reads as dep:<name>/<path>, read-only. Several ranges, in one file or many, go in one call: {"ranges": [{"path": "a.go", "lines": "280-400"}, {"path": "b.go", "lines": "700-760"}]}.

NameTypeReqDescription
budgetintegerSize of the read in tokens (default 5000). Cut at whole lines; the rest is behind continue=<handle>.
continuestringHandle from a cut read: the rest of it.
linesstringLine range: "280-400", "280-" to the end, or "280". Omit to read the whole file.
pathstringRepository-relative or workspace-relative file path.
rangesarraySeveral reads in one call, instead of path. A range that fails reports its error without failing the others.

No output schema declared.

No examples provided.

jade.references ~132

Find where a symbol is referenced. Uses gopls when available (Source=lsp, compiler-resolved); otherwise falls back to the approximate name-matched call graph (Source=approximate).

NameTypeReqDescription
budgetintegerSize of the answer in tokens. Cut at whole references; the rest is behind continue=<handle>.
continuestringHandle from a cut answer: its next page.
pathstringyesFile containing the symbol's declaration.
symbolIdstringExact symbol ID if already known.
symbolNamestringSymbol name to resolve when ID is unknown.

No output schema declared.

No examples provided.

jade.rename ~119

Rename a symbol repository-wide via gopls, rewriting every call site deterministically. Refuses rather than guessing when gopls is unavailable or the language is unsupported — it never renames from approximate name matches.

NameTypeReqDescription
expectedRevisionstringRevision expected before editing.
newNamestringyesNew identifier for the symbol.
pathstringyesFile containing the symbol's declaration.
symbolIdstringExact symbol ID if already known.
symbolNamestringSymbol name to resolve when ID is unknown.

No output schema declared.

No examples provided.

jade.replace_file ~88

Overwrite an existing file's entire contents — for rewriting a document rather than amending it, where there is no anchor to edit against. Refuses to create a new file; use create_file for that. Prefer replace_text or apply when only part of the file changes.

NameTypeReqDescription
contentstringyesThe file's complete new contents.
pathstringyesExisting file to overwrite.

No output schema declared.

No examples provided.

jade.replace_symbol ~110

Replace a whole declaration. symbolId takes either the full path::Name@line ID or just path::Name when that name is unique in the file — no lookup call needed first. An ambiguous name is refused with the candidates listed.

NameTypeReqDescription
expectedRevisionstringRevision expected before editing. Reject if the workspace has moved on.
newCodestringyesReplacement source code.
symbolIdstringyespath::Name@line, or path::Name when unique in the file.

No output schema declared.

No examples provided.

jade.replace_text ~172

Replace an exact, unique string in a file. An anchor string does not move when the lines around it do, which is why follow-up edits address text rather than line numbers. Refuses when the anchor is absent or matches more than once — extend it with surrounding context to disambiguate. For several sites, use apply: atomic, one validation, no diagnostics from half-done intermediate states.

NameTypeReqDescription
expectedDigeststringOptional. The digest from the read this edit is based on; the edit is refused if the file changed since, by anyone.
expectedRevisionstringRevision expected before editing.
newTextstringyesReplacement text.
oldTextstringyesExact text to replace. Must appear exactly once.
pathstringyesFile path to edit.

No output schema declared.

No examples provided.

jade.retrieve ~52

Select the most relevant files and symbols within a token budget for a task query.

NameTypeReqDescription
maxTokensintegerMaximum budget to keep retrieval under.
querystringyesTask description or symbol name to retrieve.

No output schema declared.

No examples provided.

jade.revert ~96

Restore the files Jade changed to their state at a checkpoint — edited files restored, files deleted since recreated, files created since removed — as one new revision, all or nothing. Only files Jade touched are restored, and git is never moved. Refuses if a commit has landed since the checkpoint, because restoring would overwrite committed work — use git to move past a commit.

NameTypeReqDescription
checkpointIdstringyesCheckpoint ID to restore.

No output schema declared.

No examples provided.

jade.run_command ~123

Run a command the repository declares, by name, and wait for the verdict: pass/fail with the decisive output. Use it instead of a shell for anything check does not cover. No name lists the declared commands. Nothing fits? declare_command it once.

NameTypeReqDescription
namestringDeclared command to run. Omit to list the declared commands.
timeoutSecondsintegerBound on the wait (default 90, max 300).
waitbooleanWait for the result (default true). False returns a job ID to poll.

No output schema declared.

No examples provided.

jade.run_tests ~177

Rerun a failing test, a test file, or changed files' tests; waits for pass/fail and the first failure. Full suite: check kind tests.

NameTypeReqDescription
filestringTest file to run, for scope=file (Go: its package). With scope=test, limits the name filter to this file.
scopestringall (default), file, test or changed.
teststringTest name, for scope=test: exact in Go, the runner's name filter elsewhere (jest/vitest -t, ava --match, pytest -k, cargo test <name>).
timeoutSecondsintegerBound on the wait (default 90, max 300).
waitbooleanWait for the result (default true). False returns a job ID to poll.

No output schema declared.

No examples provided.

jade.telemetry ~75

Report how jade's own tools have been used in this workspace: calls, response bytes and timing per tool, plus the failure classes that most often end with a caller falling back to the shell. Records no arguments, no response bodies and no error text.

NameTypeReqDescription
resetbooleanClear the log instead of summarizing it.

No output schema declared.

No examples provided.

jade.workspace_tree ~88

Return a plain, bounded directory/file structure listing for orientation (not relevance-ranked).

NameTypeReqDescription
budgetintegerSize of the listing in tokens. Cut at whole entries; the rest is behind continue=<handle>.
continuestringHandle from a cut listing: its next page.
maxEntriesintegerMaximum number of entries to return (default 500). Prefer budget.

No output schema declared.

No examples provided.

Common questions

What is the Jade MCP server?

Jade is an MCP server listed in the public MCP registry as io.github.julianbei/jade. The IDE for agents: read by symbol, edit against a revision, validate with your own build, revert. This page covers its container image (ghcr.io/julianbei/jade-mcp:v0.0.11).

Is the Jade MCP server safe to use?

Jade scores 30 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the Jade MCP server expose?

Jade exposes 31 tools: jade.capabilities, jade.workspace_tree, jade.outline, jade.read_range, jade.history, and 26 more. Their descriptions and schemas cost roughly 3,963 tokens of context every time the server is loaded.

Is the Jade MCP server still maintained?

Jade is marked deprecated in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.