# Symvanta (remote · mcp.symvanta.com)

Hosted code graph over MCP: exact callers, dependencies, and cross-repo blast radius for AI agents.

- Trust score: 88/100 (high trust)
- Change this week: +3
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-20

## Components

- remote · `mcp.symvanta.com`: 88/100 (this document), [markdown](https://verifymcp.io/servers/com-symvanta-code-graph/mcp.md), [page](https://verifymcp.io/servers/com-symvanta-code-graph/mcp)

## Channel facts

- Endpoint: `https://mcp.symvanta.com/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.1.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-09-20.

- **Endpoint Security**: 97/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation is enforced on tool calls, advertised via RFC 9728 protected-resource metadata. Discovery is public, which costs nothing: no tool can be invoked without a token.
  - HTTPS is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - DNSSEC is configured correctly; the domain's records validate against the full chain to the root.
  - The authorisation server offers only Dynamic Client Registration (RFC 7591), which MCP 2026-07-28 deprecated in favour of Client ID Metadata Documents.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 75/100
  - 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 9208 tokens (~328/item across 28 items; 27 tools + 1 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 53/100
  - Stability observed for 16 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 27 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 29 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### How do I install the Symvanta MCP server?

Symvanta is a hosted endpoint at https://mcp.symvanta.com/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add --transport http com-symvanta-code-graph 'https://mcp.symvanta.com/mcp'
```

### Cursor

```json
{
  "mcpServers": {
    "com-symvanta-code-graph": {
      "url": "https://mcp.symvanta.com/mcp"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "com-symvanta-code-graph": {
      "type": "http",
      "url": "https://mcp.symvanta.com/mcp"
    }
  }
}
```

### Codex

```toml
[mcp_servers.com-symvanta-code-graph]
url = "https://mcp.symvanta.com/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-symvanta-code-graph": {
      "type": "remote",
      "url": "https://mcp.symvanta.com/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add com-symvanta-code-graph --url 'https://mcp.symvanta.com/mcp' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  com-symvanta-code-graph:
    url: "https://mcp.symvanta.com/mcp"
```

### Netclaw

```json
{
  "McpServers": {
    "com-symvanta-code-graph": {
      "Transport": "http",
      "Url": "https://mcp.symvanta.com/mcp"
    }
  }
}
```

### Vellum

```bash
assistant mcp add com-symvanta-code-graph -t streamable-http -u 'https://mcp.symvanta.com/mcp'
```

### Other

```json
{
  "mcpServers": {
    "com-symvanta-code-graph": {
      "type": "http",
      "url": "https://mcp.symvanta.com/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-09-20 (score 88, +1)

No change was recorded against any check on this day. Stability & Change Management went from 50 to 53. That category is still filling its 30-day observation window: 15 days of observed history at the previous scan, 16 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-18 (score 87, +1)

No change was recorded against any check on this day. Stability & Change Management went from 43 to 47. That category is still filling its 30-day observation window: 13 days of observed history at the previous scan, 14 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-16 (score 86, +1)

No change was recorded against any check on this day. Stability & Change Management went from 37 to 40. That category is still filling its 30-day observation window: 11 days of observed history at the previous scan, 12 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-13 (score 85, +1)

No change was recorded against any check on this day. Stability & Change Management went from 27 to 30. That category is still filling its 30-day observation window: 8 days of observed history at the previous scan, 9 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-12 (score 84, 0)

- [security] The server rewrote its instructions, which are the text every model session reads
- [security] Tool “add_repository” rewrote its description, which is the text the model reads
- [security] Tool “init” rewrote its description, which is the text the model reads
- [security] Tool “ref” rewrote its description, which is the text the model reads
- [functional] New tool “create_project”
- [functional] New tool “list_installations”
- [cosmetic] “add_repository” added an optional parameter “installation_id”
- [cosmetic] “init” added an optional parameter “repository”
- [cosmetic] “ref” reworded the description of “op”

### 2026-09-11 (score 84, +1)

No change was recorded against any check on this day. Stability & Change Management went from 20 to 23. That category is still filling its 30-day observation window: 6 days of observed history at the previous scan, 7 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-09 (score 83, +1)

No change was recorded against any check on this day. Stability & Change Management went from 13 to 17. That category is still filling its 30-day observation window: 4 days of observed history at the previous scan, 5 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-07 (score 82, +1)

No change was recorded against any check on this day. Stability & Change Management went from 7 to 10. That category is still filling its 30-day observation window: 2 days of observed history at the previous scan, 3 at this one. The score rises as the window fills, whether or not the server changes.

## MCP tools (27)

### `init` (~186 tokens)

Call first, with repository:"owner/name" (your checkout's GitHub remote). Binds the session to the project holding that repository and returns it as the active project with its repositories, index health, and a `usage` field (decision matrix + routing). workspace.attached=false means the checkout is NOT indexed: nothing in the answer describes it; attach it (add_repository, create_project) or work without the graph, do not route through the projects listed. Without repository: the pinned project (ref op:"use_project") or the workspace default.

Input parameters:

- `feedback` (object): Optional: report how a previous answer worked out; piggybacks on any call.
- `repository` (string): The checkout's GitHub remote as "owner/name" (a clone URL is accepted). Binds the session to the project holding it; workspace.attached=false means it is not indexed.

### `locate` (~665 tokens)

Search/lookup. Pick a mode, or omit with a bare query to AUTO-ROUTE (text, then semantic on empty; response carries answered_by). Modes:
\- text (replaces grep): literal identifier/string, one row/occurrence. queries:[...] (<=10 terms) searches several in one call (and implies this mode when mode is omitted). pathsOnly:true = "filePath:lineNumber" only (~5x cheaper). maxPerFile caps rows/file (default 5). Empty carries did_you_mean; do NOT retry reworded, use semantic.
\- symbol: symbols by name/symbolPath in one repo. kind filters node kind, layer one layer. Tests last unless includeTests:true.
\- semantic: vector search for symbols similar to a natural-language query (names unknown).
\- file: fuzzy filename search (basename); filenames only.
\- config (replaces grep for env/config keys): key/env-var usages with nearest-symbol context; queries:[...] batches several keys.
\- codebase: cross-repo candidate scan; narrow with repositoryIds.

Input parameters:

- `commitSha` (string): Pin an indexed revision (text/symbol/semantic/config; ignored by file/codebase).
- `feedback` (object): Optional: report how a previous answer worked out; piggybacks on any call.
- `includeTests` (boolean): text/symbol/semantic. Include test files. Default false ranks them last; auto-on for test queries.
- `kind` (string): mode:symbol. Filter by node kind.
- `layer` (string): mode:symbol. Scope to one layer (e.g. browser, node, common, test).
- `limit` (integer): Max results. Per-mode caps apply (text 200/20, symbol 20, semantic 5, file 10, config 20/20, codebase 20/10).
- `maxPerFile` (integer): mode:text. Cap occurrences/file (default 5; capped file carries moreInFileTruncated). 0 = uncapped.
- `mode` (string): Force a mode. Omit + bare query = AUTO-ROUTE (text, then semantic on empty). queries without a mode implies text.
- `name` (string): mode:file. Filename fragment; defaults to query.
- `pathPrefix` (string): text/symbol/config. Restrict to paths under this prefix.
- `pathsOnly` (boolean): mode:text. "filePath:lineNumber" only, no snippets (~5x fewer tokens).
- `projectId` (string): Project id from init/list_projects. Omit for the active project.
- `queries` (array): text/config. Up to 10 terms; interleaved, deduped, each tagged matchedQuery. Without an explicit mode, implies mode:text. Accepts a JSON-array string.
- `query` (string): Search term or NL query. Required for symbol/semantic/codebase; text/config: query or queries; file: query or name.
- `repository` (string): Single-repo scope (not codebase; that is project-wide, use repositoryIds).
- `repositoryIds` (array): mode:codebase. Narrow to these repository ids; omit to scan all.

### `relate` (~996 tokens)

Graph relationship traversal via one kind (real edges, not text). Kinds (1-10 symbols; heritage/chain one):
\- callers: direct callers. granularity:'file' (default) one row/file, 'site' one row/caller.
\- dependencies: outgoing calls/imports.
\- blast_radius: upstream impact walk (every caller, importer and referencer up to 3 hops, no per-hop sampling) + co-change siblings; risk {level,signals}. includeCrossRepo defaults ON here (off for others). blastRadiusTotalCount is the number of distinct symbols that 3-hop walk reached, not the row count: the blastRadius array is capped by expansionLimit. blastRadiusTruncated:true means the rows are a sample of that total; blastRadiusTotalAtLeast:true means the count stopped at its 10000 bound, so quote it as "N+". The walk stops at 3 hops, so it can miss impact further away; it never overcounts. Never report the number of listed rows as the impact size.
\- implementers: classes implementing interfaces via heritage edges.
\- heritage: full hierarchy (ancestors+descendants) of ONE type. maxDepth caps it.
\- chain: call-chain paths for a node (nodeId OR selectors[0]); chain params tune the walk.
\- path: shortest connection between selectors[0] (from) and selectors[1] (to). Direction-agnostic hop-labeled path; found:false when none within 6 hops.
minimal:true = {id,name,filePath,startLine}-only (~50% cheaper) on callers/dependencies/blast_radius/implementers; granularity on callers/blast_radius. Rows may carry confidence (tiers in init usage); a cross-repo callers/dependencies row joined by a SCIP moniker also carries package (the package name that bridged the repos). 0 results: call locate (mode:text), not Grep; reason:"no_edges_indexed" = no edges.

Input parameters:

- `commitSha` (string): Pin reads to one indexed revision (7-40 hex). Graph tools error with revision_not_indexed when it is not an indexed revision of the scoped repository, or revision_not_servable when that revision's gr…
- `depth` (integer): chain. Chain length.
- `direction` (string): chain. 'downstream' leaves, 'upstream' entry points, 'both' (default).
- `edgeFilter` (string): chain. 'calls' | 'imports' | 'calls_imports' (default).
- `expansionLimit` (integer): Caps returned count (not heritage/chain). Default 15.
- `feedback` (object): Optional: report how a previous answer worked out; piggybacks on any call.
- `followPolymorphism` (boolean): chain. Walk polymorphic dispatch edges (default false; untraversed hops in polymorphicBranchPoints).
- `granularity` (string): callers/blast_radius. 'file' one row/file, 'site' one row/node.
- `includeCrossRepo` (boolean): Walk cross-repo edges. Default true for blast_radius, false otherwise.
- `intent` (string): Rerank by trigram similarity (not heritage/chain).
- `kind` (string): Relationship to traverse. See the tool description for each kind.
- `landmarkFilter` (string): chain. Keep only paths through a node matching this.
- `limit` (integer): Per-selector candidate cap (not heritage/chain).
- `maxDepth` (integer): Max depth for heritage; also caps the kind:path walk (clamped to <=6).
- `maxPaths` (integer): chain. Cap on returned paths.
- `minimal` (boolean): {id,name,filePath,startLine}-only, ~50% cheaper; not heritage/chain.
- `minimalImplementers` (boolean): Alias of minimal for implementers.
- `nodeId` (string): Start node for chain (OR selectors[0]).
- `projectId` (string): Project id from init/list_projects. Omit for the active project.
- `pruneSetupMethods` (boolean): chain. Drop framework bootstrap steps.
- `repository` (string): Repository full name, e.g. "owner/repo". Omit when the project has one repository.
- `selectors` (array): Symbols to traverse from (1-10). heritage uses selectors[0]; chain: OR nodeId.
- `staysWithinClass` (boolean): chain. Surface intra-class dispatch order.
- `terminalFilter` (string): chain. Restrict to paths ending at a node matching this.

### `source` (~705 tokens)

Raw file/git access at the indexed commit, for cloud agents with no clone; with a clone prefer your own Read/Grep/git. Ops:
\- read: content of filePath, whole file or slice startLine..endLine. ifHash (a prior read's hash) returns {unchanged:true}, no content. compact:true strips blank/comment-only lines.
\- list: files+subdirs at path. grep: ripgrep pattern (glob/pathPrefix). tree: layout from path. stat: size/lines/language/binary for filePath. blame: authorship for filePath. diff: fromSha..toSha.
Keys: {op:"read",filePath:"src/a.ts"}, {op:"grep",pattern:"foo"}, {op:"list",path:"src"}. filePath is the file, path the directory.
Gated by the Source Access add-on; else source_access_required.

Input parameters:

- `commitSha` (string): Pin reads to one indexed revision (7-40 hex). Graph tools error with revision_not_indexed when it is not an indexed revision of the scoped repository, or revision_not_servable when that revision's gr…
- `compact` (boolean): read: strip blank/comment-only lines (heuristic; content no longer maps 1:1 to lines).
- `endLine` (integer): read/blame: last line, 1-based.
- `feedback` (object): Optional: report how a previous answer worked out; piggybacks on any call.
- `filePath` (string): read/stat/blame: the file to open (required; `path` is accepted as an alias).
- `fromSha` (string): diff: base commit (required), reachable from the indexed branch.
- `glob` (string): grep: limit to files matching this glob.
- `ifHash` (string): read: a prior read's hash; if it still matches, returns {unchanged:true}, no content.
- `limit` (integer): grep: max matches.
- `maxDepth` (integer): tree: max recursion depth, default 3.
- `op` (string): See the tool description for each op. Omitted: inferred from the other args (pattern -> grep, fromSha/toSha -> diff, filePath/path -> read, nothing -> list).
- `path` (string): list/tree/diff: dir path in the repo (default root). On read/stat/blame it is read as filePath, on grep as pathPrefix.
- `pathPrefix` (string): grep: limit to files under this prefix.
- `pattern` (string): grep: ripgrep pattern (required; `query` is accepted as an alias).
- `projectId` (string): Project id from init/list_projects. Omit for the active project.
- `query` (string): grep: alias for pattern.
- `repository` (string): Repository full name, e.g. "owner/repo". Omit when the project has one repository.
- `startLine` (integer): read/blame: first line, 1-based.
- `toSha` (string): diff: target commit (required), reachable from the indexed branch.

### `history` (~280 tokens)

Indexed commit history. Ops:
\- commits: recent commits (metadata + file list); <=200/call, default 50. With a clone prefer git log.
\- commit: one commit by sha with its diff summary (added/modified/deleted/renamed); null if outside the indexed window.
\- recently_changed: files ranked by change frequency in the indexed window ("what's hot").

Input parameters:

- `author` (string): Filter by author name or email substring.
- `feedback` (object): Optional: report how a previous answer worked out; piggybacks on any call.
- `limit` (integer): Max rows (default 50, max 200).
- `op` (string, required): commits: recent commits (metadata + file list). commit: one commit in detail. recently_changed: most-changed files over the window.
- `path` (string): Restrict to commits touching this repo-relative path.
- `projectId` (string): Project id from init/list_projects. Omit for the active project.
- `repository` (string): Repository full name, e.g. "owner/repo". Omit when the project has one repository.
- `sha` (string): op:commit. The commit to read (7-64 hex).
- `since` (string): ISO datetime lower bound.
- `until` (string): ISO datetime upper bound.

### `library` (~218 tokens)

Library catalog lookups. Ops:
\- packages: list indexed npm packages (specifier, ecosystem, owner/name, indexed-at, sha). Tenant-scoped, no projectId.
\- version: one package's resolved version for a project (sha, version, dep type, indexed-at, status indexed|indexing|failed|not_found). "indexing" means a job for that revision is in flight, so retrying later converges; "failed" carries a reason and does not change on its own.

Input parameters:

- `feedback` (object): Optional: report how a previous answer worked out; piggybacks on any call.
- `limit` (integer): op:packages. Max rows (default 50, max 200).
- `op` (string, required): packages: list indexed packages. version: resolve one specifier's indexed version.
- `projectId` (string): Project id from init/list_projects. Omit for the active project.
- `specifier` (string): op:version. Package specifier, e.g. "react".

### `ref` (~408 tokens)

Session-scoped branch / working-tree overlay / project binding. Ops:
\- use: pin a repository's reads to a branch (latest indexed revision). Branch must be tracked+indexed (open a PR, or add on the dashboard); else "indexing_in_progress". commitSha overrides.
\- clear: remove the pin, revert to default.
\- index_working_tree: overlay UNCOMMITTED edits (changedFiles path+content, optional deletedPaths/baseSha) on a short-lived synthetic revision pinned here; find_node/locate/relate reflect them, source and locate mode:semantic do NOT. Cap 100 files/256KB.
\- use_project: bind this session to projectId (from init.otherProjects / list_projects / create_project) so calls without projectId resolve there. init with repository:"owner/name" sets the same binding from the checkout's remote.
\- clear_project: drop the binding, back to the workspace default project.

Input parameters:

- `baseSha` (string): Indexed base your edits sit on. Omit for the default-branch tip.
- `branch` (string): op:use. The tracked branch to pin.
- `changedFiles` (array): Changed/added files with current contents, repo-relative paths.
- `deletedPaths` (array): Repo-relative deleted paths.
- `feedback` (object): Optional: report how a previous answer worked out; piggybacks on any call.
- `op` (string, required): use: pin reads to a tracked branch. clear: revert to the default branch. index_working_tree: overlay uncommitted edits on a synthetic revision and pin it. use_project: bind this session to projectId…
- `projectId` (string): Project id from init/list_projects. Omit for the active project.
- `repository` (string): Repository full name, e.g. "owner/repo". Omit when the project has one repository.

### `adr` (~357 tokens)

Architecture decision records: the WHY behind code, anchored to a symbol/file/project. Survive reindexes; find_node attaches a node's decisions. Ops:
\- record: needs title+decision. Anchor with repository+symbolPath or +filePath; omit both for project-wide. Optional context, consequences, status.
\- list: records for a project, filter by repository/symbolPath/filePath/status.
\- update: needs id; status:"superseded"+supersededById, or "deprecated".

Input parameters:

- `consequences` (string): Trade-offs accepted.
- `context` (string): Why (constraints, alternatives rejected).
- `decision` (string): record: what was decided.
- `feedback` (object): Optional: report how a previous answer worked out; piggybacks on any call.
- `filePath` (string): Anchor: repo-relative file path.
- `id` (integer): update: record id (from adr list or find_node decisions).
- `limit` (integer): list: max records (default 20).
- `op` (string, required): record: create a decision record. list: read records. update: amend or supersede one.
- `projectId` (string): Project id from init/list_projects. Omit for the active project.
- `repository` (string): Repository full name, e.g. "owner/repo". Omit when the project has one repository.
- `status` (string): record/update: lifecycle status.
- `supersededById` (integer): update: id of the replacement record.
- `symbolPath` (string): Anchor: symbolPath as find_node / locate returns.
- `title` (string): record: short imperative title, e.g. "No pgvector".

### `diff_impact` (~256 tokens)

Impact of a diff between two indexed revisions of one repo (base..head): changed files + symbols, union blast radius (layers + cross-repo fallout), affected endpoints, test suites, and co-change reminders. Replaces per-symbol relate (kind:blast_radius) loops before merging. Defaults: head = session's effective revision, base = previous indexed. For UNCOMMITTED edits, run ref (op:"index_working_tree"), then call with no shas.

Input parameters:

- `base` (string): Base revision (7-40 hex). Omit for the previous indexed.
- `expansionLimit` (integer): Cap on impacted nodes (default 25); totals always reported.
- `feedback` (object): Optional: report how a previous answer worked out; piggybacks on any call.
- `head` (string): Head revision (7-40 hex). Omit for the session's effective revision.
- `includeCrossRepo` (boolean): Include cross-repo fallout (default true).
- `projectId` (string): Project id from init/list_projects. Omit for the active project.
- `repository` (string): Repository full name, e.g. "owner/repo". Omit when the project has one repository.

### `estimate_scope` (~118 tokens)

Pre-flight estimate before graph traversal: coarse count of files a task likely touches and whether it spans layers (common/browser/node/electron-main/...) or repositories. Decides single-file edit vs consulting the graph. Heuristic, from symbol-name + text matches.

Input parameters:

- `description` (string, required): Natural-language description of the intended change.
- `feedback` (object): Optional: report how a previous answer worked out; piggybacks on any call.
- `projectId` (string): Project id from init/list_projects. Omit for the active project.

### `list_projects` (~48 tokens)

List all projects with indexing summaries. Find a project by name or check which exist.

Input parameters:

- `feedback` (object): Optional: report how a previous answer worked out; piggybacks on any call.

### `list_repositories` (~70 tokens)

List repositories in a project. Find repository names to scope a query to one repo.

Input parameters:

- `feedback` (object): Optional: report how a previous answer worked out; piggybacks on any call.
- `projectId` (string): Project id from init/list_projects. Omit for the active project.

### `list_file_symbols` (~267 tokens)

List symbols in one file (name + kind + line bounds). Step 1 of the two-step read: get line bounds, then pass startLine/endLine to source (op:read) for that slice only (~4-15x fewer tokens). For one symbol + signature, use find_node {symbol, filePath}.

Input parameters:

- `commitSha` (string): Pin reads to one indexed revision (7-40 hex). Graph tools error with revision_not_indexed when it is not an indexed revision of the scoped repository, or revision_not_servable when that revision's gr…
- `feedback` (object): Optional: report how a previous answer worked out; piggybacks on any call.
- `filePath` (string, required): Repo-relative file path to list symbols for.
- `projectId` (string): Project id from init/list_projects. Omit for the active project.
- `repository` (string): Repository full name, e.g. "owner/repo". Omit when the project has one repository.

### `map` (~446 tokens)

Token-efficient repo (or subtree) skeleton: directory tree with each file's classes (methods in parens), functions, and HTTP endpoints, from the graph. Orient before drilling in. Scope with "path", cap with "maxDepth", density:"full" adds properties. view:"architecture" instead returns a module map (Louvain clusters with hubs, paths and cross-module coupling), plus namedModules/totalModules: a module NAME comes from a generated summary and is provisional, its id (the member-set hash in the header) is the stable key, so pin modules by id and re-read names rather than caching them.

Input parameters:

- `commitSha` (string): Pin reads to one indexed revision (7-40 hex). Graph tools error with revision_not_indexed when it is not an indexed revision of the scoped repository, or revision_not_servable when that revision's gr…
- `density` (string): "compact" (default): classes/methods/functions/endpoints. "full" adds properties.
- `feedback` (object): Optional: report how a previous answer worked out; piggybacks on any call.
- `maxDepth` (integer): Drop files deeper than this many path segments. Omit for no cap.
- `path` (string): Repo-relative subtree (e.g. "src/v1/mcp"). Omit for the whole repo.
- `projectId` (string): Project id from init/list_projects. Omit for the active project.
- `repository` (string): Repository full name, e.g. "owner/repo". Omit when the project has one repository.
- `view` (string): "tree" (default): file/symbol skeleton. "architecture": module map with hubs, coupling, cycles. Module names come from generated summaries: cite a module by its id (the member-set hash printed in the…

### `list_tests_for` (~230 tokens)

Test suites and cases whose suite name matches a symbol name (case-insensitive substring). Call before adding tests to see existing coverage and mirror its shape.

Input parameters:

- `commitSha` (string): Pin reads to one indexed revision (7-40 hex). Graph tools error with revision_not_indexed when it is not an indexed revision of the scoped repository, or revision_not_servable when that revision's gr…
- `feedback` (object): Optional: report how a previous answer worked out; piggybacks on any call.
- `projectId` (string): Project id from init/list_projects. Omit for the active project.
- `repository` (string): Repository full name, e.g. "owner/repo". Omit when the project has one repository.
- `selector` (string, required): Symbol name to match against test suite names.

### `quick_lookup` (~188 tokens)

Fast substring lookup of symbol DEFINITIONS by name: rows {name, kind, filePath, startLine, repositoryName} (displayName only when distinct from name), no ranking, no semantic. Cheaper alternative to locate (mode:symbol) for latency-sensitive pre-fetch (grep-augment hook); interactive search should prefer locate/find_node. Reads the latest indexed revision, no ref pin.

Input parameters:

- `feedback` (object): Optional: report how a previous answer worked out; piggybacks on any call.
- `limit` (integer): Max results (max 20).
- `projectId` (string): Project id from init/list_projects. Omit for the active project.
- `query` (string, required): Substring to match against symbol names (no ranking).
- `repository` (string): Repository full name, e.g. "owner/repo". Omit when the project has one repository.

### `freshness` (~141 tokens)

Returns lastIndexedSha, lastIndexedAt, and the current remote HEAD sha for a repository: detect index drift from remote. Reports what Symvanta knows, not local git. currentRemoteSha is null when no GitHub credential is configured. Echoes the active ref pin (pinnedBranch, pinnedSha).

Input parameters:

- `feedback` (object): Optional: report how a previous answer worked out; piggybacks on any call.
- `projectId` (string): Project id from init/list_projects. Omit for the active project.
- `repository` (string): Repository full name, e.g. "owner/repo". Omit when the project has one repository.

### `index_health` (~420 tokens)

Per-project index health. pendingLibraryVersions: cross-repo specifiers still indexing (an empty result may mean "not indexed yet", not "not in code"); call when a query is surprisingly empty. A row with status "skipped" is never going to arrive (a dev or optional dependency, which the catalog does not index) and status "failed" means discovery found no source, so only "indexing" is worth waiting on. architecture: per-repo Louvain module count + modularity Q (low Q = tangled), plus circular-dependency and mutually-recursive-symbol counts (inspect via map view:"architecture"). versionDrift: joined cross-repo SCIP edges whose consumer-pinned package version differs from the sibling's current version (package, pinned vs current, edge count). externalsCoverage: per-repo count of external references joined onto a sibling definition vs left as materialized stubs. unindexableRepositories: repos whose last index produced no graph and left a status (no_default_branch = the remote has no resolvable default branch, e.g. an empty repo; awaiting_upload = an upload-provider repo with no zip yet; remote_head_unresolvable = the remote could not be reached to resolve its head, so this is a network or credential problem, not a repository one), with the worker's log line as indexStatusDetail; explains a silently-empty repo. degradedRepositories: repos that DID index but lost a derived artifact (community_detection_skipped = Louvain clustering did not run, so map view:"architecture" has no modules; raise COMMUNITY_EDGE_CEILING or set COMMUNITY_DETECTION=true, then reindex). Both carry a human-readable reason.

Input parameters:

- `feedback` (object): Optional: report how a previous answer worked out; piggybacks on any call.
- `projectId` (string): Project id from init/list_projects. Omit for the active project.
- `repository` (string): Repository full name, e.g. "owner/repo". Omit when the project has one repository.

### `find_http_route` (~291 tokens)

Resolve an HTTP route by path + optional method to endpoint + handler (filePath + line bounds). Use instead of grep/locate for URL paths: follows framework router metadata (Express, Fastify, Hono, Laravel, FastAPI, etc.) and resolves dynamic segments, prefix groups, and middleware-mounted routers text search misses.

Input parameters:

- `commitSha` (string): Pin reads to one indexed revision (7-40 hex). Graph tools error with revision_not_indexed when it is not an indexed revision of the scoped repository, or revision_not_servable when that revision's gr…
- `feedback` (object): Optional: report how a previous answer worked out; piggybacks on any call.
- `method` (string): HTTP method filter, e.g. GET or POST.
- `path` (string, required): Route path, e.g. "/api/users/:id". Partial paths match.
- `projectId` (string): Project id from init/list_projects. Omit for the active project.
- `repository` (string): Repository full name, e.g. "owner/repo". Omit when the project has one repository.

### `find_node` (~525 tokens)

Resolve 1-10 symbols to filePath + line bounds + signature. selectors: array keyed by symbol (bare name) / symbolPath / filePath / nodeId; a flat query/name/single field also works. includeSource=true adds the excerpt, includeSummaries=true AI summaries. A node from a SCIP-indexed package also carries scip_package_name (and scip_package_version / scip_manager when known). For a class/interface/struct/protocol it carries a compact heritage field (<=5 ancestors, <=20 descendants, omitted when empty); includeHeritage:false skips it, includeCrossRepo:true walks cross-repo heritage. {resolved:false, candidates} = no confident match.

Input parameters:

- `commitSha` (string): Pin reads to one indexed revision (7-40 hex). Graph tools error with revision_not_indexed when it is not an indexed revision of the scoped repository, or revision_not_servable when that revision's gr…
- `expansionLimit` (integer): Cap on expanded related nodes (default 15, max 100).
- `feedback` (object): Optional: report how a previous answer worked out; piggybacks on any call.
- `includeCommunity` (boolean): Attach the symbol's Louvain module (community name). Off by default (extra edge lookup).
- `includeCrossRepo` (boolean): With includeHeritage on, walk cross-repo heritage edges. No-op when includeHeritage is off.
- `includeHeritage` (boolean): Default true. Include a compact heritage field for a class/interface/struct/protocol. false skips it on bulk scans.
- `includeSource` (boolean): Attach source for resolved nodes.
- `includeSummaries` (boolean): Attach generated summaries when available.
- `limit` (integer): Max results (default 5, max 20).
- `projectId` (string): Project id from init/list_projects. Omit for the active project.
- `repository` (string): Repository full name, e.g. "owner/repo". Omit when the project has one repository.
- `selectors` (array, required): Symbols to resolve (1-10), each by nodeId, symbol, symbolPath, or filePath.
- `sourceMode` (string): With includeSource: "signature" returns the declaration only.

### `ask_codebase` (~380 tokens)

Synthesis Q&A for behavior/architecture questions: answer + citations in one call. HEAVY (~2-4 s, ~3-5 k tokens): prefer context, find_node, or locate when they suffice. scope:"repo" (default) = ONE repo; scope:"all" = cross-repo (repositoryIds narrows, omit spans all; rejects repository). If sufficient_to_answer=true, answer without further tool calls. commitSha pins a revision.

Input parameters:

- `commitSha` (string): Pin reads to one indexed revision (7-40 hex). Graph tools error with revision_not_indexed when it is not an indexed revision of the scoped repository, or revision_not_servable when that revision's gr…
- `feedback` (object): Optional: report how a previous answer worked out; piggybacks on any call.
- `limit` (integer): Max candidate symbols fed to synthesis (default 10, max 30).
- `projectId` (string): Project id from init/list_projects. Omit for the active project.
- `query` (string): Alias of question.
- `question` (string): The behavior question, e.g. "how does X work".
- `repository` (string): Repository full name, e.g. "owner/repo". Omit when the project has one repository.
- `repositoryIds` (array): scope:all only. Restrict to these encoded repository ids.
- `scope` (string): repo (default) = single-repo. all = cross-repo; repositoryIds narrows, omit spans all.

### `add_repository` (~266 tokens)

Attach a GitHub repository to a project (owner + repo_name; clone URL derived; projectId defaults to the bound / default project). Public repos need nothing else. Private repos need installation_id from list_installations (a GitHub App installation that covers the repo) or a workspace PAT saved on the dashboard; without either the attach is refused (private_repository_needs_credential) instead of failing on the queued clone. Idempotent. First attach dispatches an indexing job; response carries visibility, credential ("installation" | "pat" | null), indexing_status ("queued" | "already_indexed") and indexing_job_id to poll. Needs mcp:admin.

Input parameters:

- `default_branch` (string): Default branch (default main)
- `feedback` (object): Optional: report how a previous answer worked out; piggybacks on any call.
- `installation_id` (string): Private repository: id of a GitHub App installation from list_installations that covers it. Refused (installation_lacks_repository) when the installation does not grant access.
- `owner` (string, required): GitHub owner (user or org)
- `projectId` (string): Project id from init/list_projects. Omit for the active project.
- `repo_name` (string, required): Repository name

### `create_project` (~121 tokens)

Create a project in the workspace (name; slug derived and made unique). Needs mcp:admin; plan project caps apply (plan_limit_exceeded). Then attach repositories with add_repository { projectId, owner, repo_name } and bind the session with ref op:"use_project" (or init with the checkout's repository once attached).

Input parameters:

- `feedback` (object): Optional: report how a previous answer worked out; piggybacks on any call.
- `name` (string, required): Project name. The slug is derived from it and made unique within the workspace.

### `list_installations` (~112 tokens)

GitHub App installations connected to this workspace and the repositories each can reach (private included). Use before add_repository for a private repository: pass the installation's id as installation_id. pat_configured says whether a workspace PAT exists as the fallback credential. Empty = connect the GitHub App on the dashboard (Project > Repositories). An installation whose GitHub call failed carries error and an empty list.

Input parameters:

- `feedback` (object): Optional: report how a previous answer worked out; piggybacks on any call.

### `reindex_repository` (~222 tokens)

Dispatch a reindex job for an already-attached repository (repositoryId from list_repositories / add_repository). Optional commit_sha pin. force:true re-applies the current parser even when unchanged at HEAD: it bypasses the per-file hash-skip AND re-runs the SCIP indexer subprocesses (no same-sha .scip cache serve), so a parser fix inside a SCIP runner, an external-moniker re-pin, or a toolchain upgrade takes effect without a version bump.

Input parameters:

- `commit_sha` (string): Pin to a commit (omit for latest)
- `feedback` (object): Optional: report how a previous answer worked out; piggybacks on any call.
- `force` (boolean): Re-parse every file AND re-run the SCIP indexer subprocesses even if unchanged at HEAD (for a parser fix without a version bump)
- `projectId` (string): Project id from init/list_projects. Omit for the active project.
- `repositoryId` (string, required): Encoded repository ID (from list_repositories/add_repository)

### `context` (~287 tokens)

First-touch task orientation. Pass a natural-language task; returns the top 5 relevant files with their symbols and best-matching snippets in one call (~1-1.5k tokens, ~500 ms, no LLM). Replaces chaining locate (text) + locate (semantic) + list_file_symbols. Known symbol: find_node/locate. Synthesized explanation: ask_codebase.

Input parameters:

- `commitSha` (string): Pin reads to one indexed revision (7-40 hex). Graph tools error with revision_not_indexed when it is not an indexed revision of the scoped repository, or revision_not_servable when that revision's gr…
- `feedback` (object): Optional: report how a previous answer worked out; piggybacks on any call.
- `projectId` (string): Project id from init/list_projects. Omit for the active project.
- `repository` (string): Repository full name, e.g. "owner/repo". Omit when the project has one repository.
- `task` (string, required): Natural-language task. Returns ranked files with symbols and matching snippets, no LLM call.

### `bundle` (~303 tokens)

Run up to 10 independent tool calls in parallel in one round-trip. Calls share the bundle-level project/repository scope unless a call sets its own args.repository, which scopes that call alone. Supported: locate (args.mode text|symbol|semantic|file|config, not codebase), relate (kind:callers only), find_node, list_file_symbols, find_http_route. Returns results in input order; unsupported tool names return {error}.

Input parameters:

- `calls` (array, required): Calls to run in parallel; each uses the bundle's project/repository scope unless its args.repository names another one.
- `commitSha` (string): Pin reads to one indexed revision (7-40 hex). Graph tools error with revision_not_indexed when it is not an indexed revision of the scoped repository, or revision_not_servable when that revision's gr…
- `feedback` (object): Optional: report how a previous answer worked out; piggybacks on any call.
- `projectId` (string): Project id from init/list_projects. Omit for the active project.
- `repository` (string): Repository full name, e.g. "owner/repo". Omit when the project has one repository.

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/com-symvanta-code-graph/mcp#diagnostics

## Score history

- 2026-09-20: 88
- 2026-09-19: 87
- 2026-09-18: 87
- 2026-09-17: 86
- 2026-09-16: 86
- 2026-09-15: 85
- 2026-09-14: 85
- 2026-09-13: 85
- 2026-09-12: 84
- 2026-09-11: 84
- 2026-09-10: 83
- 2026-09-09: 83
- 2026-09-08: 82
- 2026-09-07: 82
- 2026-09-06: 81
- 2026-09-05: 81
- 2026-09-04: 80

## Common questions

### What is the Symvanta MCP server?

Symvanta is an MCP server listed in the public MCP registry as com.symvanta/code-graph. Hosted code graph over MCP: exact callers, dependencies, and cross-repo blast radius for AI agents. This page covers its hosted endpoint (https://mcp.symvanta.com/mcp).

### Is the Symvanta MCP server safe to use?

Symvanta scores 88 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 Symvanta MCP server expose?

Symvanta exposes 27 tools: init, locate, relate, source, history, and 22 more. Their descriptions and schemas cost roughly 8,506 tokens of context every time the server is loaded.

### Does the Symvanta MCP server require authentication?

Yes. Symvanta asked us for credentials when we connected, so you will need to authorise it in your MCP client before it can do anything.

### Is the Symvanta MCP server still maintained?

Symvanta is still listed as active 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.

## Links

- Remote endpoint: https://mcp.symvanta.com/mcp
- Repository: https://github.com/Symvanta/claude-plugin
- Website: https://symvanta.com/
- Changelog RSS feed: https://verifymcp.io/servers/com-symvanta-code-graph/mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-symvanta-code-graph/mcp.json
- HTML version of this page: https://verifymcp.io/servers/com-symvanta-code-graph/mcp
