> ## Documentation Index
> Fetch the complete documentation index at: https://resumecontext.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# mcp

> Get the URL and token your agent needs.

```bash theme={"theme":"nord"}
resumecontext mcp
```

Prints the MCP URL for this project, your token, and a ready-to-paste config
block. See [Connect your agent](/docs/connect-your-agent) for where each agent wants
it.

<Warning>
  Configure this MCP server **only for the current project folder**. Do not add
  it to an agent's user-level or global MCP configuration. Each ResumeContext
  MCP URL points to one project archive.
</Warning>

<Warning>
  The token grants access to your projects **for a year and cannot be revoked**.
  It is a signed token, not a session, so logging out does not invalidate it.
  Do not commit it, and do not paste it into a shared channel.
</Warning>

The command prints to your terminal, which means it lands in scrollback. If you
are screen-sharing, clear it afterwards.
