AI & Machine Learning
brainfile.io
Provides Brainfile starter files and pack manifests for enhancing Claude's memory and project management.
ENDPOINT 1
https://brainfile.io/mcp
MCP server metadata
- Name
- brainfile
- Version
- 1.0.0
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_fileGet the REAL Brainfile free-tier starter files — the on-ramp that turns generic Claude into a project that remembers you.
Inferred read-onlylist_pack_contentsList 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-onlyget_freshness_sampleGet 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 effectsCONNECT 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.
brainfile.io is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.