← brainfile.io

INDIVIDUAL MCP TOOL

get_starter_file

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

brainfile.ionone authenticationAvailability not checked

LIVE ENDPOINT

https://brainfile.io/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_starter_file and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

brainfile.io

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.

Related tools

  • 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.
  • 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/).