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.
Available components
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.
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
- Repository check failed: the declared repository URL redirects; it must resolve directly. See how to fix → View diagnostics → Fail
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- License check failed: no license is declared. See how to fix → Fail
- Actively maintained (last published 5 days ago).Pass
- Publishes a security disclosure policy (SECURITY.md).Pass
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.
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
claude mcp add julianbei-jade -- docker run --rm -i ghcr.io/julianbei/jade-mcp:v0.0.11
{
"mcpServers": {
"julianbei-jade": {
"command": "docker",
"args": [
"run",
"--rm",
"-i",
"ghcr.io/julianbei/jade-mcp:v0.0.11"
]
}
}
} {
"servers": {
"julianbei-jade": {
"command": "docker",
"args": [
"run",
"--rm",
"-i",
"ghcr.io/julianbei/jade-mcp:v0.0.11"
]
}
}
} codex mcp add julianbei-jade -- docker run --rm -i ghcr.io/julianbei/jade-mcp:v0.0.11
{
"$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
}
}
} mcp_servers:
julianbei-jade:
command: "docker"
args: ["run", "--rm", "-i", "ghcr.io/julianbei/jade-mcp:v0.0.11"] {
"McpServers": {
"julianbei-jade": {
"Transport": "stdio",
"Command": "docker",
"Arguments": [
"run",
"--rm",
"-i",
"ghcr.io/julianbei/jade-mcp:v0.0.11"
]
}
}
} {
"mcpServers": {
"julianbei-jade": {
"command": "docker",
"args": [
"run",
"--rm",
"-i",
"ghcr.io/julianbei/jade-mcp:v0.0.11"
]
}
}
} 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.
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 →
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 →
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.
| Name | Type | Req | Description |
|---|---|---|---|
| check | string | – | Run one validation after all edits: build, typecheck, tests (the edited files' tests), or impact (those plus tests of callers of touched declarations). |
| edits | array | yes | Edits to apply in order. |
| expectedRevision | string | – | Revision expected before editing. |
| format | boolean | – | Format 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.
| Name | Type | Req | Description |
|---|---|---|---|
| dryRun | boolean | – | Name the command that would run, without running it. |
| kind | string | – | build (default), typecheck, tests, lint or codegen. lint and codegen run the declared commands of that kind; lint with none declared runs typecheck. |
| target | string | – | Project directory inside the workspace to check, e.g. services/api. Omit for the workspace root. |
| timeoutSeconds | integer | – | Bound on the wait (default 90, max 300). |
| wait | boolean | – | Wait 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.
| Name | Type | Req | Description |
|---|---|---|---|
| note | string | – | Optional 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.
| Name | Type | Req | Description |
|---|---|---|---|
| path | string | yes | File containing the symbol's declaration. |
| purpose | string | – | What the context is for: modify (default), understand, debug, test. Narrows which sections are returned. |
| symbolId | string | – | Exact symbol ID if already known. |
| symbolName | string | – | Symbol 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.
| Name | Type | Req | Description |
|---|---|---|---|
| content | string | yes | File content. |
| path | string | yes | File 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.
| Name | Type | Req | Description |
|---|---|---|---|
| description | string | – | Optional note on what the command is for. |
| kind | string | – | Optional: lint or codegen; check with that kind runs it. |
| name | string | yes | Command name: lowercase letters, digits, ':', '_' or '-'. |
| remove | boolean | – | Delete the named command instead of declaring it. |
| run | string | – | Shell 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.
| Name | Type | Req | Description |
|---|---|---|---|
| path | string | yes | File 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.
| Name | Type | Req | Description |
|---|---|---|---|
| expectedRevision | string | – | Revision expected before editing. |
| path | string | yes | File containing the declaration. |
| symbolId | string | – | Exact symbol ID if already known. |
| symbolName | string | – | Symbol 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.
| Name | Type | Req | Description |
|---|---|---|---|
| budget | integer | – | Size of the patch page in tokens (default 2000). Cut at whole lines; the rest is behind continue=<handle>. |
| continue | string | – | Handle from a cut patch: its next page. |
| since | string | – | Optional git revision to diff against, e.g. HEAD~3, main, or a commit SHA. Omit for the working-tree diff against HEAD. |
| target | string | – | Optional 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.
| Name | Type | Req | Description |
|---|---|---|---|
| after | integer | – | Cursor to start after. |
| limit | integer | – | Maximum 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.
| Name | Type | Req | Description |
|---|---|---|---|
| budget | integer | – | Size of the answer in tokens. Cut at whole declarations; the rest is behind continue=<handle>. |
| continue | string | – | Handle from a cut answer: its next page. |
| dependency | string | – | Look in this dependency's source instead of the workspace, read-only: a crate, Go module, npm or Python package name. |
| kind | string | – | Narrow by kind. func/function, type/struct/class/interface, method, const, var — spellings within a family are equivalent. Empty matches any. |
| limit | integer | – | Maximum declarations to return (default 5). Prefer budget. |
| maxLines | integer | – | Maximum lines of each body (default 40). Prefer budget. |
| queries | array | – | Several symbol names in one call, instead of query. Each is answered as query would be. |
| query | string | – | Symbol 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.
| Name | Type | Req | Description |
|---|---|---|---|
| budget | integer | – | Size of the answer in tokens. Cut at whole matches; the rest is behind continue=<handle>. |
| context | integer | – | Trailing lines to show per match, like grep -A (max 40). |
| continue | string | – | Handle from a cut answer: its next page. Other arguments except budget are ignored. |
| dependency | string | – | Search 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… |
| exclude | string | – | Skip paths containing this substring, e.g. testdata. |
| glob | string | – | Restrict by path, e.g. *.go or internal/code/*. |
| ignoreCase | boolean | – | Case-insensitive match. |
| limit | integer | – | Maximum matches returned (default 40). The true total is always reported. Prefer budget. |
| queries | array | – | Several patterns in one call, instead of query. Each is answered as query would be, with the same filters. |
| query | string | – | Text to find. |
| regex | boolean | – | Treat 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.
| Name | Type | Req | Description |
|---|---|---|---|
| budget | integer | – | Size of the patch page in tokens (default 1500). Cut at whole lines; the rest is behind continue=<handle>. |
| continue | string | – | Handle from a cut patch: its next page. |
| includePatch | boolean | – | Include diff hunks for each commit. |
| limit | integer | – | Maximum commits to return (default 10). |
| path | string | yes | File containing the symbol's declaration. |
| symbolId | string | – | Exact symbol ID if already known. |
| symbolName | string | – | Symbol 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.
| Name | Type | Req | Description |
|---|---|---|---|
| anchor | string | – | Optional. Exact, unique text to place the insertion beside. Omit to append to the end of the file. |
| expectedDigest | string | – | Optional. The digest from the read this edit is based on; the edit is refused if the file changed since, by anyone. |
| expectedRevision | string | – | Optional. Revision expected before editing; the edit is rejected if the workspace has moved on. Omit for no precondition. |
| path | string | yes | File to add to. |
| position | string | – | Optional. "before" or "after" the anchor. Defaults to after. |
| text | string | yes | Text 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.
| Name | Type | Req | Description |
|---|---|---|---|
| budget | integer | – | Size of the output page in tokens (default 2000). Cut at whole lines. |
| continue | string | – | Handle from a cut output: its next page. |
| id | string | yes | Background job ID. |
No output schema declared.
No examples provided.
jade.job_status ~31
Fetch the status and decisive summary for a background validation job.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | Background 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.
| Name | Type | Req | Description |
|---|---|---|---|
| path | string | yes | Repository-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"}]}.
| Name | Type | Req | Description |
|---|---|---|---|
| budget | integer | – | Size of the read in tokens (default 5000). Cut at whole lines; the rest is behind continue=<handle>. |
| continue | string | – | Handle from a cut read: the rest of it. |
| lines | string | – | Line range: "280-400", "280-" to the end, or "280". Omit to read the whole file. |
| path | string | – | Repository-relative or workspace-relative file path. |
| ranges | array | – | Several 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).
| Name | Type | Req | Description |
|---|---|---|---|
| budget | integer | – | Size of the answer in tokens. Cut at whole references; the rest is behind continue=<handle>. |
| continue | string | – | Handle from a cut answer: its next page. |
| path | string | yes | File containing the symbol's declaration. |
| symbolId | string | – | Exact symbol ID if already known. |
| symbolName | string | – | Symbol 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.
| Name | Type | Req | Description |
|---|---|---|---|
| expectedRevision | string | – | Revision expected before editing. |
| newName | string | yes | New identifier for the symbol. |
| path | string | yes | File containing the symbol's declaration. |
| symbolId | string | – | Exact symbol ID if already known. |
| symbolName | string | – | Symbol 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.
| Name | Type | Req | Description |
|---|---|---|---|
| content | string | yes | The file's complete new contents. |
| path | string | yes | Existing 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.
| Name | Type | Req | Description |
|---|---|---|---|
| expectedRevision | string | – | Revision expected before editing. Reject if the workspace has moved on. |
| newCode | string | yes | Replacement source code. |
| symbolId | string | yes | path::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.
| Name | Type | Req | Description |
|---|---|---|---|
| expectedDigest | string | – | Optional. The digest from the read this edit is based on; the edit is refused if the file changed since, by anyone. |
| expectedRevision | string | – | Revision expected before editing. |
| newText | string | yes | Replacement text. |
| oldText | string | yes | Exact text to replace. Must appear exactly once. |
| path | string | yes | File 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.
| Name | Type | Req | Description |
|---|---|---|---|
| maxTokens | integer | – | Maximum budget to keep retrieval under. |
| query | string | yes | Task 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.
| Name | Type | Req | Description |
|---|---|---|---|
| checkpointId | string | yes | Checkpoint 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.
| Name | Type | Req | Description |
|---|---|---|---|
| name | string | – | Declared command to run. Omit to list the declared commands. |
| timeoutSeconds | integer | – | Bound on the wait (default 90, max 300). |
| wait | boolean | – | Wait 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.
| Name | Type | Req | Description |
|---|---|---|---|
| file | string | – | Test file to run, for scope=file (Go: its package). With scope=test, limits the name filter to this file. |
| scope | string | – | all (default), file, test or changed. |
| test | string | – | Test name, for scope=test: exact in Go, the runner's name filter elsewhere (jest/vitest -t, ava --match, pytest -k, cargo test <name>). |
| timeoutSeconds | integer | – | Bound on the wait (default 90, max 300). |
| wait | boolean | – | Wait 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.
| Name | Type | Req | Description |
|---|---|---|---|
| reset | boolean | – | Clear 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).
| Name | Type | Req | Description |
|---|---|---|---|
| budget | integer | – | Size of the listing in tokens. Cut at whole entries; the rest is behind continue=<handle>. |
| continue | string | – | Handle from a cut listing: its next page. |
| maxEntries | integer | – | Maximum number of entries to return (default 500). Prefer budget. |
No output schema declared.
No examples provided.
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.