Skip to content

TeamGrid MCP server

@teamgrid/mcp-server is an optional local stdio adapter. It exposes nine read-only TeamGrid tools and delegates every request to the official API v1 client.

Terminal window
npm install --global @teamgrid/cli@next @teamgrid/mcp-server@next
teamgrid auth login
  • No remote TeamGrid MCP endpoint
  • No MCP-specific credential or database
  • No write, archive, or remove tools
  • No session affinity or bypass around API authorization
  • No replacement for deterministic service integrations

Use API v1 or the SDK for production services, the CLI for scripts and operator workflows, and MCP for human-supervised read workflows in a supported AI host.

Configure an MCP host or review the tools and security model.