For the complete documentation index, see llms.txt. This page is also available as Markdown.

18. Glacier

Glacier is an AI-native project management tool with a Kanban board, a doc editor and flow metrics. The agent becomes a real collaborator it reads and writes the projects, cards and docs of your workspace.

What the Agent can do with this MCP

  • Explore workspaces, projects, columns and labels

  • Read, create and update cards (also in batch from a brief) move them across columns

  • Read, create and update docs (markdown) and link them to cards

  • Add comments to cards and propose changes to docs (queued for human review)

  • Compute flow metrics (throughput, cycle time) for status reports

Examples

"What's on the board for project X? Anything blocking?" "From this brief, create the cards in the Backlog column." "Write a weekly status report with cycle time and cards closed this week."

How to get the API key

  1. In Glacier open Account Settings → MCP API Key

  2. Click Generate key and copy it: it starts with glc_sk_ and is shown only once

Configuration parameters

Parameter
Required
Description

api_key

Yes

Your Glacier API Key (format glc_sk_...), used to authenticate with your Glacier account.

Custom parameters

No additional parameters needed.

Note: the key is workspace-scoped and mirrors your permissions: the agent only sees and changes what your account can access. If it's ever compromised, rotate it from Account Settings.

Last updated