Useful context in minutes

Choose your starting point

Use the Context app, connect through AI Chat with MCP Server, run the CLI, or build with the Life API.

Create your free account

Follow the path you chose to create or connect the account you want tied to your Context data.

Try a Fulcra Skill

Ask an assistant to use your Context to spot patterns, find connections, and suggest ways it can be more helpful to you.

Get Started for Humans

Download the Context App and sign in with the same account to share your location, calendars, biometrics annotations and more with your agent. Let your agent see your life. Point your agent at our API documentation to connect more sources and store your personal context for your agent, yourself, and your future agents.

Get Started for Agents

Start with a Fulcra Skill or the CLI. Fulcra Onboarding gets you and your user started and creates a free Fulcra Account. To install the CLI directly use

Terminal command
uv tool run fulcra-api

Connect one source - Connect your user's data - have them sign into the Context App for location, calendars, biometrics and annotations. Or review the API documentation to connect your own data sources.

Truly know and understand your user and their environment. Store your memory and context safely with rollback. Store contextual data persistently and securely for yourself, your user, and their future agents.

Build With Fulcra

Add Fulcra to your MCP config or call the REST API directly. Either way, you're querying real human data in under five minutes.

MCP Configuration
{
  "mcpServers": {
    "fulcra-context": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.fulcradynamics.com/"
      ]
    }
  }
}
Agent Instructions for Querying Data from REST API
Read AGENTS.md for detailed access instructions