RxLog Docs
AI Assistance

MCP

Connect external AI tools to RxLog over MCP using a scoped API token.

RxLog exposes an MCP server so external AI tools — such as Claude or other MCP-aware assistants — can reach your workspace data programmatically. The connection is authenticated with an API token, so the outside tool talks to RxLog with exactly the permissions you grant it and nothing more.

How the connection works

You connect a tool by creating an API token with the Access MCP Server permission and pointing the tool's MCP client at RxLog using that token. The tool then authenticates as your workspace on every request, scoped to what the token allows.

API tokens live under Settings → API Tokens.

API Tokens list showing an MCP token with Access MCP Server permission

The list shows each token's name, permissions, expiry, last-used date, and creation date. A token past its expiry shows Expired and stops working — create a new one to restore access.

Tokens are shown only once, when created. If you lose a token you cannot read it back — create a new one and update your tool's configuration.

Creating an MCP token

Click Create Token to open the dialog.

Create API Token dialog with token name, expiration, and permissions

Fill in:

  • Token Name. A descriptive label so you remember what the token is for.
  • Token Expiration. How long the token stays valid. Expired tokens are removed automatically; choose Never Expires only when you must.
  • Token Permissions. What the token can do. For an MCP connection, enable Access MCP server.
Open Settings from the left menu and go to API Tokens.
Click Create Token.
Name the token, set an expiration, and check Access MCP server.
Click Create Token and copy the value — it is shown only once.
Paste the token into your MCP client's configuration to connect it to RxLog.

Follow least privilege: give each token only the permissions its tool needs, prefer a real expiry over Never Expires, rotate tokens regularly, and never put a token in a public repository or client-side code.

On this page