Back to Home
Quentinchampenois icon

grist-go-mcp

Verified Safe

by Quentinchampenois

Overview

Acts as a Model Context Protocol (MCP) server, enabling AI agents to programmatically interact with and manage Grist documents, workspaces, and organizations.

Installation

Run Command
npx @modelcontextprotocol/inspector grist-mcp-server

Environment Variables

  • GRIST_ENDPOINT
  • GRIST_API_KEY

Security Notes

The server reads Grist endpoint and API key from environment variables (GRIST_ENDPOINT, GRIST_API_KEY), which is a good security practice. Communication is handled over standard I/O (StdioTransport), limiting direct network exposure of the server itself. No 'eval' or similar dangerous patterns were found in the provided source code. The 'go-grist-api' client library handles interactions with the Grist endpoint, making the server a proxy for API calls.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Avg Tokens300
Stars0
Forks0
Last Update2025-11-22

Tags

GristMCPGoAI AgentDocument Management