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.

codebase-synapse

NPM · CODEBASE-SYNAPSE · SCANNED SEP 20

Indexes codebase into a local knowledge graph with 40+ AI tools and codebase-guard.

Available components

0 this week 84 Trust /100
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 Security94
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • Runs a script at install time (postinstall) that we could not recognise. It may be perfectly ordinary, but we do not read the published tarball, so we cannot say what it does. View diagnostics → Partial
  • 0 of 6 dependencies flagged as unhealthy. View diagnostics → Pass
Provenance & Transparency97
  • Source repository is publicly reachable at the declared URL. View diagnostics → Pass
  • Cryptographically verified build provenance (signed, bound to iwiels/codebase-synapse). View diagnostics → Pass
  • Clear OSI-approved license (MIT).Pass
  • Actively maintained (last published 47 days ago).Pass
  • Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability68
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 2213 tokens (~42/item across 52 items; 52 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management87
  • Stability observed for 26 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage68
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 3% of tool parameters carry a description.Partial
Tool Safety75
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • 0 of 3 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "delete_project" implies "delete" and declares no destructiveHint at all, which the MCP spec reads as destructive by default. See how to fix → Fail
  • An AI judge read all 52 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities40
  • Spec-recency check failed: implements MCP spec 2025-03-26; the latest is 2026-07-28. See how to fix → Fail
Install

How do I install the codebase-synapse MCP server?

codebase-synapse runs locally as an npm package, launched with npx -y codebase-synapse. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · codebase-synapse

# add to Claude Code
claude mcp add iwiels-codebase-synapse -- npx -y codebase-synapse
// .cursor/mcp.json
{
  "mcpServers": {
    "iwiels-codebase-synapse": {
      "command": "npx",
      "args": [
        "-y",
        "codebase-synapse"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "iwiels-codebase-synapse": {
      "command": "npx",
      "args": [
        "-y",
        "codebase-synapse"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add iwiels-codebase-synapse -- npx -y codebase-synapse
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "iwiels-codebase-synapse": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "codebase-synapse"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add iwiels-codebase-synapse --command npx --arg -y --arg codebase-synapse
# ~/.hermes/config.yaml
mcp_servers:
  iwiels-codebase-synapse:
    command: "npx"
    args: ["-y", "codebase-synapse"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "iwiels-codebase-synapse": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "codebase-synapse"
      ]
    }
  }
}
# add to Vellum
assistant mcp add iwiels-codebase-synapse -t stdio -c npx -a -y codebase-synapse
// mcp.json
{
  "mcpServers": {
    "iwiels-codebase-synapse": {
      "command": "npx",
      "args": [
        "-y",
        "codebase-synapse"
      ]
    }
  }
}
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.

  • 20 Sept 26 +1

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

  • 18 Sept 26 +1

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

  • 17 Sept 26 −3
    • Stability: pass → 0.77 functional
  • 16 Sept 26 0
    • Stability: 0.97 → pass security
  • 15 Sept 26 +1

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

  • 12 Sept 26 +1

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

  • 10 Sept 26 −2
    • Stability: pass → 0.80 functional
  • 9 Sept 26 0
    • Stability: 0.97 → pass security
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 npm/codebase-synapse@0.1.13

Provenance Verified

A signed build attestation was found and verified, binding this exact artifact to the source repository it claims to come from.

Result Verified
Ecosystem npm
Reason Verified
Discovered via Registry attestation endpoint
Source repo iwiels/codebase-synapse
Certificate issuer https://token.actions.githubusercontent.com
Certificate SAN https://github.com/iwiels/codebase-synapse/.github/workflows/release.yml@refs/tags/v0.1.13
Rekor log index 2275033137
Predicate type https://slsa.dev/provenance/v1
Subject digest sha512:5030e62569c7aa350b54e2594ae0e9c112fa752edd4bb1635aef9459280ace841feb9f5307717c0f91a4472122c863bd475b7a81db0f55f14ad12f899

Background: How many MCP packages publish verified provenance →

Install scripts 1 script
Hook Tier Command
postinstall unreviewed node download.mjs

Background: Why install scripts are a supply-chain risk →

Dependencies 6 packages
Packages resolved 6
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 52 exposed · ~2,213 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
check_boundaries ~61

Check if the import graph violates architecture rules defined in .codebase-synapse/boundaries.toml. Returns list of violations (from_file, to_file, rule). Run suggest_boundaries first if no config exists.

NameTypeReqDescription
projectstringyes

No output schema declared.

No examples provided.

delete_project ~20

Delete an indexed project

NameTypeReqDescription
namestringyes

No output schema declared.

No examples provided.

detect_change_coupling ~70

Mines git commit history to detect files that frequently change together (evolutionary coupling). Stores results as graph edges and returns detected coupling patterns.

NameTypeReqDescription
min_co_changesintegerMinimum number of co-changes to consider a coupling (default: 3)
projectstringyes

No output schema declared.

No examples provided.

evaluate_plan_risk ~52

Simulates the regression risk of a proposed plan of changes by analyzing code dependencies, PageRank centrality, Git hotspots, and test contracts.

NameTypeReqDescription
projectstringyes
targetsarrayyes

No output schema declared.

No examples provided.

explain_code ~85

Synthesizes a comprehensive explanation of a symbol by combining: graph context (callers/callees), git history narrative (who created it, why it changed), related memories and decisions (ADRs), and structural metrics (complexity, PageRank). One call replaces 4-5 separate tool calls.

NameTypeReqDescription
node_idintegeryes
projectstringyes

No output schema declared.

No examples provided.

find_dead_code ~23

Find potentially unused functions and methods

NameTypeReqDescription
projectstringyes

No output schema declared.

No examples provided.

find_path ~41

Find call path between two symbols

NameTypeReqDescription
from_node_idintegeryes
max_depthinteger
to_node_idintegeryes

No output schema declared.

No examples provided.

find_similar ~37

Find structurally similar functions/methods to a given symbol

NameTypeReqDescription
node_idintegeryes
thresholdnumber

No output schema declared.

No examples provided.

find_symbol_everywhere ~40

Search for a symbol across ALL indexed projects (cross-project linking). Useful for monorepos and shared libraries.

NameTypeReqDescription
symbol_namestringyes

No output schema declared.

No examples provided.

generate_wiki ~39

Generate a Markdown architecture wiki for the project from Leiden clusters. Includes cluster breakdown, file lists, and boundary violations.

NameTypeReqDescription
projectstringyes

No output schema declared.

No examples provided.

get_architecture ~37

Get project architecture overview: languages, entry points, packages, hotspots, dead code, and test coverage

NameTypeReqDescription
projectstringyes

No output schema declared.

No examples provided.

get_callees ~34

Find what a function or method calls

NameTypeReqDescription
max_depthinteger
node_idintegeryes

No output schema declared.

No examples provided.

get_callers ~33

Find what calls a function or method

NameTypeReqDescription
max_depthinteger
node_idintegeryes

No output schema declared.

No examples provided.

get_clusters ~45

Get Leiden cluster assignments for all files. Each cluster is a cohesive architectural module detected from import patterns. Use with suggest_boundaries to enforce module separation.

NameTypeReqDescription
projectstringyes

No output schema declared.

No examples provided.

get_context ~33

Get a symbol with dependencies and dependents

NameTypeReqDescription
max_depthinteger
node_idintegeryes

No output schema declared.

No examples provided.

get_contracts ~50

What tests verify this symbol? Returns test contracts (test_of edges). Use BEFORE modifying any symbol to know what tests will break.

NameTypeReqDescription
node_idintegeryes
projectstringyes

No output schema declared.

No examples provided.

get_dependents ~27

Find all code that directly depends on a symbol

NameTypeReqDescription
node_idintegeryes

No output schema declared.

No examples provided.

get_edit_context ~29

Everything needed before editing

NameTypeReqDescription
node_idintegeryes
projectstringyes

No output schema declared.

No examples provided.

get_file_structure ~31

Get structural overview of a file

NameTypeReqDescription
file_pathstringyes
projectstringyes

No output schema declared.

No examples provided.

get_hotspots ~51

Technical debt hotspots: symbols with high complexity × git churn. Score = complexity × ln(1+churn). Requires index_git_history.

NameTypeReqDescription
limitinteger
projectstringyes

No output schema declared.

No examples provided.

get_imports ~26

Get all imports of a file or module

NameTypeReqDescription
node_idintegeryes

No output schema declared.

No examples provided.

get_pagerank ~52

Get the PageRank authority score for a node. Scores > 0.05 indicate critical architectural hubs that require impact_analysis before modification.

NameTypeReqDescription
node_idintegeryes
projectstringyes

No output schema declared.

No examples provided.

get_recent_semantic_changes ~55

What changed semantically in the last N hours? Returns structural changes: symbols added/removed, complexity shifts. More informative than 'which files changed'.

NameTypeReqDescription
hoursinteger
projectstringyes

No output schema declared.

No examples provided.

get_route_map ~27

List all HTTP routes and their handlers in the project

NameTypeReqDescription
projectstringyes

No output schema declared.

No examples provided.

get_stats ~22

Get detailed statistics about indexed data

NameTypeReqDescription
projectstringyes

No output schema declared.

No examples provided.

get_status ~15

Get server health and index status

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_working_set ~59

What is the AI's current working set? Returns most-accessed symbols in the last 24h with temporal decay weighting. Call at session start for efficient context preloading.

NameTypeReqDescription
limitinteger
projectstringyes

No output schema declared.

No examples provided.

git_archaeology ~62

Why does this code exist? Returns git history for a symbol: when introduced, who changed it, and why (feat/fix/refactor/perf). Run index_git_history first.

NameTypeReqDescription
node_idintegeryes
projectstringyes

No output schema declared.

No examples provided.

hybrid_search ~40

Combined full-text + semantic search with RRF fusion

NameTypeReqDescription
limitinteger
projectstringyes
querystringyes

No output schema declared.

No examples provided.

impact_analysis ~32

Analyze blast radius of changing a symbol

NameTypeReqDescription
max_depthinteger
node_idintegeryes

No output schema declared.

No examples provided.

index_git_history ~65

Index git commit history for a project. Enables get_hotspots and git_archaeology. Run once after index_repository. max_commits defaults to 500.

NameTypeReqDescription
max_commitsinteger
projectstringyes
repo_pathstringyes

No output schema declared.

No examples provided.

index_repository ~24

Index a repository into the knowledge graph

NameTypeReqDescription
repo_pathstringyes

No output schema declared.

No examples provided.

link_cross_project ~47

Create a cross-project dependency edge between two nodes in different projects.

NameTypeReqDescription
projectstringyes
source_node_idintegeryes
target_node_idintegeryes

No output schema declared.

No examples provided.

list_projects ~15

List all indexed projects with statistics

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

manage_adr ~77

Manage Architecture Decision Records (ADRs): CRUD operations

NameTypeReqDescription
actionstringyes
adr_idinteger
consequencesstring
contextstring
decisionstring
projectstringyes
statusstring
titlestring

No output schema declared.

No examples provided.

memory_delete ~21

Delete a memory by ID

NameTypeReqDescription
idintegeryes

No output schema declared.

No examples provided.

memory_list ~28

List stored memories by kind

NameTypeReqDescription
kindstring
projectstringyes

No output schema declared.

No examples provided.

memory_search ~33

Search stored memories

NameTypeReqDescription
limitinteger
projectstringyes
querystringyes

No output schema declared.

No examples provided.

memory_store ~54

Store a persistent note, fact, or decision

NameTypeReqDescription
contentstringyes
kindstring
node_idinteger
projectstringyes
tagsstring

No output schema declared.

No examples provided.

plan_change ~111

Given a list of files/symbols you plan to modify plus a natural-language description, returns: (1) risk-ordered change sequence, (2) tests that will break, (3) files in blast radius, (4) specific recommendations to reduce risk. Wraps evaluate_plan_risk with a cleaner interface for planning workflows.

NameTypeReqDescription
descriptionstringyesWhat are you trying to accomplish?
filesarrayyesList of file paths you plan to modify
projectstringyes

No output schema declared.

No examples provided.

prepare_task_context ~76

🎯 CALL FIRST: Given a natural-language task description, assembles an optimal context bundle — relevant symbols, their dependencies, impact analysis, related memories — all within a token budget. Eliminates the need for manual exploration.

NameTypeReqDescription
max_tokensinteger
projectstringyes
taskstringyes

No output schema declared.

No examples provided.

project_overview ~24

Get high-level statistics of a project

NameTypeReqDescription
projectstringyes

No output schema declared.

No examples provided.

query_graph ~37

Execute an openCypher read-only query on the codebase knowledge graph

NameTypeReqDescription
projectstringyes
querystringyes

No output schema declared.

No examples provided.

reindex_changed ~32

Incremental reindex of changed files

NameTypeReqDescription
filesarray
repo_pathstringyes

No output schema declared.

No examples provided.

search_code ~42

Full-text search across code (FTS5 + BM25)

NameTypeReqDescription
limitinteger
projectstringyes
querystringyes

No output schema declared.

No examples provided.

search_symbol ~36

Search symbols by name or pattern

NameTypeReqDescription
limitinteger
projectstringyes
querystringyes

No output schema declared.

No examples provided.

semantic_search ~38

Search code by semantic meaning using vector embeddings

NameTypeReqDescription
limitinteger
projectstringyes
querystringyes

No output schema declared.

No examples provided.

session_recall ~24

Recall a fact from the current session

NameTypeReqDescription
keystringyes

No output schema declared.

No examples provided.

session_remember ~40

Store a key-value fact in the current session

NameTypeReqDescription
keystringyes
sourcestring
valuestringyes

No output schema declared.

No examples provided.

suggest_boundaries ~46

Generate a starter .codebase-synapse/boundaries.toml based on Leiden cluster assignments. Freezes current architecture so boundary drift is intentional.

NameTypeReqDescription
projectstringyes

No output schema declared.

No examples provided.

Common questions

What is the codebase-synapse MCP server?

codebase-synapse is an MCP server listed in the public MCP registry as io.github.iwiels/codebase-synapse. Indexes codebase into a local knowledge graph with 40+ AI tools and codebase-guard. This page covers its npm package (codebase-synapse).

Is the codebase-synapse MCP server safe to use?

codebase-synapse scores 84 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. Its build provenance is signed and verified. 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 codebase-synapse MCP server expose?

codebase-synapse exposes 52 tools: find_symbol_everywhere, get_callees, git_archaeology, get_callers, delete_project, and 47 more. Their descriptions and schemas cost roughly 2,213 tokens of context every time the server is loaded.

Is the codebase-synapse MCP server still maintained?

codebase-synapse 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.

What licence is the codebase-synapse MCP server under?

codebase-synapse declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.