Skip to content
Back to search
30
MCP

Brain

pulsemcp/brain

Rust MCP server providing git-backed long-term memory for AI coding agents with SQLite indexing and CLI interface.

Uptime
0.0%
1 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

Similar MCP servers embedding-nearest

Project Brain
MCP server for managing project knowledge and documentation, providing AI assistants with structured project context.
0 tools
brein-mcp
A policy-aware MCP server for an org-wide knowledge brain that lives in a git repo.
0 tools
brain-mcp-server
Personal Knowledge Brain for developers — MCP server with typed neurons, hybrid search (FTS5 + vector), knowledge graph, vault encryption, t
0 tools
@brain-protocol/mcp
Verifiable Memory-as-a-Service for AI Agents — MCP server with local SQLite or cloud mode
0 tools
rust-docs-mcp-server
🦀 Prevents outdated Rust code suggestions from AI assistants. This MCP server fetches current crate docs, uses embeddings/LLMs, and provides
0 tools
byobrain-mcp
MCP server for persistent, cross-agent working memory. BYO brain directory.
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "brain": {
      "url": "None",
      "transport": "http"
    }
  }
}