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.

fish-bridge — Session Knowledge Graph

PYPI · FISH-BRIDGE-MCP · SCANNED SEP 20

Compresses AI chat sessions into a typed knowledge graph. Local/offline via Ollama.

Available components

0 this week 80 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 Security100
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • Runs hatchling.build at install time, a recognised native-build step with no shell scripting around it. View diagnostics → Pass
  • 3 of 39 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency48
  • Source repository is publicly reachable at the declared URL. View diagnostics → Pass
  • Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
  • Clear OSI-approved license (MIT).Pass
  • Actively maintained (last published 125 days ago).Pass
  • Publishes a security disclosure policy (SECURITY.md).Pass
Schema Quality & AI Usability75
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 642 tokens (~71/item across 9 items; 9 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management83
  • Stability observed for 25 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage71
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 0% of tool parameters carry a description.Fail
  • Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 9 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 10 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the fish-bridge — Session Knowledge Graph MCP server?

fish-bridge — Session Knowledge Graph runs locally as a PyPI package, launched with uvx fish-bridge-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

pypi · fish-bridge-mcp

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

  • 19 Sept 26 −3
    • Stability: pass → 0.80 functional
  • 18 Sept 26 +1
    • Stability: 0.97 → pass security
  • 16 Sept 26 +1

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

  • 15 Sept 26 +15
    • Malware scan: unverified → pass security
  • 14 Sept 26 −14
    • Malware scan: pass → unverified security
  • 12 Sept 26 −3
    • Stability: pass → 0.80 functional
  • 11 Sept 26 +1
    • Stability: 0.97 → pass security
  • 9 Sept 26 +1

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

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 pypi/fish-bridge-mcp@0.1.3

Provenance No attestation

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

Result No attestation
Ecosystem pypi

Background: How many MCP packages publish verified provenance →

Install scripts 1 script
Hook Tier Command
build_backend allowlisted hatchling.build

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

Dependencies 39 packages
Packages resolved 39
Stale 3
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 9 exposed · ~585 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
add_node ~106

Manually add a node to the session graph. Args: label: Short descriptive label (≤8 words). node_type: One of: question | decision | concept | skill | file | error | task summary: Optional 1-2 sentence description. status: Optional status (default depends on type).

NameTypeReqDescription
labelstringyes
node_typestring
statusstring
summarystring
NameTypeReqDescription
resultstringyes

No examples provided.

export_session ~55

Return the full session graph as a JSON string. Useful for saving a portable snapshot or importing into another session. The JSON can be saved as a .chatgraph.json file and imported with `fish-bridge import <file>`.

Input schema present but exposes no named parameters.

NameTypeReqDescription
resultstringyes

No examples provided.

get_context ~46

Return the current compressed session context as XML. This is the same content written to .github/copilot-instructions.md. Use this when you need to recall the session state mid-conversation.

Input schema present but exposes no named parameters.

NameTypeReqDescription
resultstringyes

No examples provided.

get_focus ~74

Return a query-scoped subgraph context XML. Finds the nodes most relevant to *query* and their graph neighborhood. Use this for targeted technical questions where full session context is too broad. Args: query: Natural language question or topic (e.g. "CORS headers configuration")

NameTypeReqDescription
querystringyes
NameTypeReqDescription
resultstringyes

No examples provided.

import_session ~80

Load a prior session graph and merge it into the current session. Pass the JSON content of a .chatgraph.json file (from export_session or `fish-bridge export`). Deferred nodes from the prior session become active; resolved and adopted decisions carry forward. Returns a summary of how many nodes and edges were merged.

NameTypeReqDescription
json_strstringyes
NameTypeReqDescription
resultstringyes

No examples provided.

list_deferred ~53

Return all deferred items in the current session as plain text. Shows questions, tasks, decisions, and errors that have been parked. Use `mark_resolved` or `fish-bridge resolve` to act on them.

Input schema present but exposes no named parameters.

NameTypeReqDescription
resultstringyes

No examples provided.

mark_resolved ~66

Mark a question, task, or error as resolved. Args: label: The label of the node to resolve (partial match, case-insensitive). note: Optional note explaining how it was resolved.

NameTypeReqDescription
labelstringyes
notestring
NameTypeReqDescription
resultstringyes

No examples provided.

record_turn ~71

Ingest one user/assistant exchange into the session graph. Call this after each response in agent mode. The graph is updated incrementally — no full re-extraction required. Returns a brief acknowledgement with node/edge counts.

NameTypeReqDescription
assistant_messagestringyes
user_messagestringyes
NameTypeReqDescription
resultstringyes

No examples provided.

show_active ~34

Return the active session thread as plain text (not XML). Lists open questions, pending tasks, active errors, and key decisions.

Input schema present but exposes no named parameters.

NameTypeReqDescription
resultstringyes

No examples provided.

Common questions

What is the fish-bridge — Session Knowledge Graph MCP server?

fish-bridge — Session Knowledge Graph is an MCP server listed in the public MCP registry as io.github.MakeaMouse/fish-bridge-mcp. Compresses AI chat sessions into a typed knowledge graph. Local/offline via Ollama. This page covers its PyPI package (fish-bridge-mcp).

Is the fish-bridge — Session Knowledge Graph MCP server safe to use?

fish-bridge — Session Knowledge Graph scores 80 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. 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 fish-bridge — Session Knowledge Graph MCP server expose?

fish-bridge — Session Knowledge Graph exposes 9 tools: record_turn, get_context, get_focus, mark_resolved, add_node, and 4 more. Their descriptions and schemas cost roughly 585 tokens of context every time the server is loaded.

Is the fish-bridge — Session Knowledge Graph MCP server still maintained?

fish-bridge — Session Knowledge Graph 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 fish-bridge — Session Knowledge Graph MCP server under?

fish-bridge — Session Knowledge Graph declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.