← Registry

AI & Machine Learning

brainfile.io

Provides Brainfile starter files and pack manifests for enhancing Claude's memory and project management.

1 endpoint3 known toolsFirst detected July 25, 2026Last detected August 29, 2026

ENDPOINT 1

https://brainfile.io/mcp

No auth detected

MCP server metadata

Name
brainfile
Version
1.0.0
Capabilities
tools
Server instructions

Brainfile — the memory layer / operating system for Claude Code. Call list_pack_contents to see everything Brainfile ships, get_starter_file for the free on-ramp (INTERVIEW-ME.md / START-HERE.md / CLAUDE.starter.md), and get_freshness_sample for the weekly living-system update. Start a no-card 30-day trial at https://brainfile.io/trial.

Known tools 3

get_starter_file

Get the REAL Brainfile free-tier starter files — the on-ramp that turns generic Claude into a project that remembers you.

Inferred read-only
list_pack_contents

List the full Brainfile pack manifest: the v1 pattern files (Autopilot protocol, never-empty backlog, never-forgets ledger, interview onboarding, end-of-run brief template, conversation-history pattern, freshness feed — each with a one-line description; starter files fetchable right here over MCP, the rest via the free no-card trial pull), plus the paid role packs (15) — listed but locked, with the unlock URL.

Inferred read-only
get_freshness_sample

Get the real Brainfile freshness feed entry that ships in the pack — the weekly 'living system' update (the same improvements we run on our own six live businesses + what changed in Claude Code, with how to apply each to your brain/).

Potential side effects

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.brainfile]
url = "https://brainfile.io/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "brainfile": {
      "type": "http",
      "url": "https://brainfile.io/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: brainfile
Remote MCP URL: https://brainfile.io/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "brainfile": {
      "url": "https://brainfile.io/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "brainfile": {
      "type": "http",
      "url": "https://brainfile.io/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "brainfile",
  "transport": "streamable-http",
  "url": "https://brainfile.io/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for brainfile.io was fetched 2026-07-26T06:55:35.769Z and is being refreshed.

Trust status Neutral

brainfile.io is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.