fulcra-connect

Connect your agents

Skill

How agents connect to Fulcra: the CLI and MCP entry points, the authentication flow, and how to verify the connection before first use. Connect once, and every agent you run reads from the same context you own.

The connection step on its own. It covers both entry points, the CLI for agents with a shell and the hosted MCP server for chat agents, plus the device authorization flow that puts your agent on your account.

  • CLI path: uvx fulcra-api runs the client without installing it, and uvx fulcra-api auth login starts the authorization flow.
  • MCP path: point any MCP-capable agent at https://mcp.fulcradynamics.com.
  • Credentials persist to disk and access tokens refresh on their own, so the login is a one-time step.
  • Tells the agent what to do when its shell has no outbound network access: move you to the MCP connector instead of trying to debug the network.

Install it with npx skills add fulcradynamics/agent-skills/fulcra-connect.

Paste this to your agent

Read https://docs.fulcradynamics.com/agent-get-started.txt and connect to Fulcra, then read https://github.com/fulcradynamics/agent-skills/blob/main/skills/fulcra-get-started/SKILL.md and follow it. I want to end today with something working, not just connected — help me pick the most useful first thing Fulcra can do with my world, and build it with me.