Brain Protocol runs on your own machine — the client starts it, so there is no endpoint to ping. 38 installs a week from npm.
Verifiable Memory for AI Agents — knowledge graph, FTS, Starknet proofs, local or cloud
The linked repository no longer exists on GitHub — it was deleted or made private.
Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add brain-protocol -- npx -y @brain-protocol/mcp
{
"mcpServers": {
"brain-protocol": {
"args": [
"-y",
"@brain-protocol/mcp"
],
"command": "npx"
}
}
}
[mcp_servers.brain-protocol]
command = "npx"
args = ["-y", "@brain-protocol/mcp"]
{
"mcpServers": {
"brain-protocol": {
"args": [
"-y",
"@brain-protocol/mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"brain-protocol": {
"args": [
"-y",
"@brain-protocol/mcp"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
BRAIN_API_URL (Cloud mode API URL (e.g., https://brain.api.vauban.tech). When unset, uses local SQLite.), BRAIN_API_KEY (API key for cloud mode authentication (sent as X-API-Key header)), BRAIN_DB_PATH (Override path for the local SQLite database file).
The author declared them in the registry entry; get the values from the project itself.
Local knowledge graph memory MCP server for AI assistants.
Local-first knowledge engine for AI agents: memory, graph, and recall over MCP.
Persistent local AI memory. SQLite + FTS5 + vector search, knowledge graph. No cloud, no API keys.
Persistent knowledge-graph memory for AI agents, with local semantic search. No API keys.
Local codebase knowledge graph for AI agents — 162 languages, sub-ms queries, 99% fewer tokens.
Local memory engine for AI agents with knowledge graphs, forgetting, and semantic recall
Local code-memory graph for AI coding agents.
Cross-session memory for AI agents - knowledge graph, scoring, semantic search
Answers built from our own checks of this server.