← Index

fish-bridge — Session Knowledge Graph

io.github.MakeaMouse/fish-bridge-mcp·v0.1.3·Memory & RAG
Quality Score
85
/100

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

§00  Trust verdict · v1 advisory ·  method
UNVERIFIEDno verdict on file

Verdict not yet evaluated for this tool. The hybrid eval runs adversarial cases first; coverage rolls out as the corpus expands. Until a verdict is recorded, an agent should treat this tool as not-yet-cleared and fall back to its own checks. Method: hybrid eval, four-state verdict, honest limits.

§01  Install
Claude Desktop (uvx)
{
  "mcpServers": {
    "fish-bridge-mcp": {
      "command": "uvx",
      "args": [
        "fish-bridge-mcp"
      ],
      "env": {
        "ANTHROPIC_API_KEY": "<your-anthropic_api_key>",
        "OPENAI_API_KEY": "<your-openai_api_key>",
        "GEMINI_API_KEY": "<your-gemini_api_key>"
      }
    }
  }
}
§02  Environment variables
ANTHROPIC_API_KEY
secret

API key for Claude extraction backend (omit when using local/Ollama)

OPENAI_API_KEY
secret

API key for OpenAI extraction backend (omit when using local/Ollama)

GEMINI_API_KEY
secret

API key for Gemini extraction backend (omit when using local/Ollama)

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
15
installability
25
documentation
15
stability
5
§04  Alternatives in Memory & RAG