Skip to content

spillwavesolutions/agent-brain

v10.7.0MIT

Local-first RAG memory for AI agents: hybrid BM25/semantic search, GraphRAG, and an MCP server with OAuth 2.1. Index docs and code, then search from Claude Code, Cursor, Codex, OpenCode, or Grok Build.

MCP servers

Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.

agent-brainstdio
{
  "type": "stdio",
  "command": "agent-brain-mcp",
  "args": [
    "--backend",
    "auto"
  ],
  "env": {
    "AGENT_BRAIN_STATE_DIR": "${PLUGIN_DATA}"
  }
}

What this package declares

The files a client reads when it loads this plugin, exactly as this revision carries them.

{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "agent-brain",
  "version": "10.7.0",
  "description": "Local-first RAG memory for AI agents: hybrid BM25/semantic search, GraphRAG, and an MCP server with OAuth 2.1. Index docs and code, then search from Claude Code, Cursor, Codex, OpenCode, or Grok Build.",
  "author": {
    "name": "Spillwave Solutions",
    "email": "rick@spillwave.com",
    "url": "https://github.com/SpillwaveSolutions"
  },
  "homepage": "https://github.com/SpillwaveSolutions/agent-brain",
  "repository": "https://github.com/SpillwaveSolutions/agent-brain",
  "license": "MIT",
  "keywords": [
    "rag",
    "mcp",
    "graphrag",
    "hybrid-search",
    "agent-memory",
    "claude-code",
    "grok-build",
    "codex",
    "cursor",
    "opencode",
    "agent-plugins"
  ]
}

What else this package ships

These files come with the package and this site does not publish them. They are listed so you know what is there before you install it.

  • query_domain.py
View on GitHub