Project Management

GlassFrog MCP Server

Connect your account, then chat with AI to run tools.

Glassfrog is a digital tool designed for managing and supporting Holacracy, providing organizations with a platform to define roles, structure teams, and manage governance processes effectively. It aids in visualizing organizational hierarchy and maintaining clarity in distributed authority.

17 tools
Agent guide included
Start Chatting

Opens MCPBundles Studio with this server selected. After sign-in, chat and run tools from the same thread.

Browse all tools

AI Skill
SKILL.md

Domain knowledge for GlassFrog — workflow patterns, data models, and gotchas for your AI agent.

GlassFrog

GlassFrog is the standard platform for Holacracy governance. Nested circles with distributed authority — no traditional hierarchy. Credentials are bound on the connection.

Data Model

  • Circles — teams that nest hierarchically. Name, strategy, linked roles. Top-level is the "Anchor Circle."
  • Roles — defined responsibilities within circles. Core roles have is_core: true. Purpose, domains, accountabilities.
  • Assignments — maps people to roles. A person can hold multiple roles across circles.
  • People — organization members with name, email, linked circle/role IDs.
  • Projects — deliverables tracked against roles. Status: Current/Waiting/Future/Done/Archived. Full CRUD supported.
  • Metrics — measurable outcomes for roles. Frequency: Weekly/Monthly/Quarterly. Full CRUD supported.
  • Checklist Items — recurring tasks within a role. Frequency: Weekly/Monthly/Quarterly. Full CRUD supported.
  • Custom Fields — extra metadata on roles or people (read-only via API).

Capabilities

Read: Enumerate circles, roles, assignments, people, projects, metrics, checklist items, custom fields.

Write (Projects): Create with description/circle_id/role_id, update status/description/waiting info, delete permanently or archive via status update.

Write (Checklist Items): Create with description/circle_id/frequency, update description/frequency, delete.

Write (Metrics): Create with description/circle_id/frequency, update description/frequency/link, delete.

Common Workflows

  • Add a project: Enumerate circles and roles to get IDs → create a project with description, circle_id, role_id.
  • Complete a project: Enumerate projects to find the ID → update status to "Done."
  • Track a new metric: Enumerate circles to find the right circle ID → create a metric with description and frequency.
  • Who does what?: Enumerate assignments → cross-reference person IDs with the people directory and role IDs with the roles directory.

Gotchas

  • Linked responses — all responses include a links object with IDs referencing other entities. Fetch the linked entity to resolve names.
  • JSON Patch for updates — update operations use JSON Patch format internally; rely on the typed update parameters rather than hand-building patch documents.
  • No pagination — directory reads return all records in a single response.
  • Delete is permanent — deleted projects/metrics/checklist items are removed from the database entirely. Use status "Archived" for projects if you want to keep a record.
  • circle_id and role_id required for creates — projects need both; checklist items and metrics need circle_id and optionally role_id.

Tools in this Server (17)

Glassfrog Create Checklist Item

Create a new recurring checklist item in GlassFrog. Checklist items track recurring actions that should be completed at a regular frequency (Weekly/Mo...

Glassfrog Create Metric

Create a new metric in GlassFrog. Metrics track measurable outcomes reported at a regular frequency. Requires a circle_id. Optionally assign to a spec...

Glassfrog Create Project

Create a new project in GlassFrog. Projects track deliverables against roles within circles. Requires a circle_id and role_id — get valid IDs by listi...

Glassfrog Delete Checklist Item

Permanently delete a checklist item from GlassFrog. Returns 204 No Content on success.

Glassfrog Delete Metric

Permanently delete a metric from GlassFrog. Returns 204 No Content on success.

Glassfrog Delete Project

Permanently delete a project from GlassFrog. The project is completely removed — use update with status 'Archived' instead if you want to keep a recor...

Glassfrog List Assignments

List all role assignments in the organization. Returns which person is assigned to which role, with role IDs and person IDs. Cross-reference with role...

Glassfrog List Checklist Items

List all checklist items across the organization. Returns recurring action items with their description, frequency, and the circle/role they belong to...

Glassfrog List Circles

List all circles (teams) in the Holacracy structure. Returns circle name, short name, strategy, and linked role/sub-circle IDs. The top-level is the A...

Glassfrog List Custom Fields

List all custom fields defined in GlassFrog. Returns field names, types, and values. Custom fields extend the data model for roles or people beyond th...

Glassfrog List Metrics

List all metrics tracked in GlassFrog. Returns metric names, descriptions, frequency (Weekly/Monthly), and the circle/role they belong to (as IDs). Us...

Glassfrog List People

List all people in the GlassFrog organization. Returns names, emails, and linked circle/role IDs. Cross-reference person IDs with assignments to see w...

Glassfrog List Projects

List all projects in GlassFrog. Returns project descriptions, status (Current/Done), effort, ROI, and the circle/role they are linked to (as IDs). Pro...

Glassfrog List Roles

List all roles in the GlassFrog organization. Returns role name, purpose, domains, accountabilities, and the circle they belong to (as IDs). Core role...

Glassfrog Update Checklist Item

Update an existing checklist item in GlassFrog. Change description or frequency. Returns 204 No Content on success.

Glassfrog Update Metric

Update an existing metric in GlassFrog. Change description, frequency, or link. Returns 204 No Content on success.

Glassfrog Update Project

Update an existing project in GlassFrog. Accepts any combination of updatable fields. Use this to change status (e.g. Current → Done), update descript...

Frequently Asked Questions

What is the GlassFrog MCP server?

Glassfrog is a digital tool designed for managing and supporting Holacracy, providing organizations with a platform to define roles, structure teams, and manage governance processes effectively. It aids in visualizing organizational hierarchy and maintaining clarity in distributed authority. It provides 17 tools that AI agents can use through the Model Context Protocol (MCP).

How do I connect GlassFrog to my AI agent?

Add the MCPBundles server URL to your MCP client configuration (Claude Desktop, Cursor, VS Code, etc.). The URL format is: https://mcp.mcpbundles.com/bundle/glassfrog. Authentication is handled automatically.

How many tools does GlassFrog provide?

GlassFrog provides 17 tools that can be called by AI agents, along with a SKILL.md that gives your AI agent domain knowledge about when and how to use them.

What authentication does GlassFrog require?

GlassFrog uses API Key. GlassFrog requires credentials. Connect via MCPBundles and authentication is handled automatically.

Setup Instructions

Connect GlassFrog to any MCP client in minutes

https://mcp.mcpbundles.com/bundle/glassfrog

What is MCP?

Model Context Protocol lets AI tools call external capabilities securely through a single URL. This bundle groups tools behind an MCP endpoint that many clients can use.

Use this bundle in 3 steps

  1. Copy the MCP URL above
  2. Open your AI tool and add a new MCP/connector
  3. Paste the URL and follow any auth prompts

Claude Desktop Users

Skip the manual setup! Use the .mcpb file format for one-click installation. Check the Claude Desktop tab for setup instructions.

Pick your tool tab for exact steps

Select ChatGPT, Cursor, Claude Code, or another tab for copy-paste config.

Ready to use GlassFrog?

Sign in to connect your credentials and start running tools from the chat.

GlassFrog MCP Server & Skill — 17 Tools