grist-go-mcp
Verified Safeby 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
npx @modelcontextprotocol/inspector grist-mcp-serverEnvironment 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
last9-mcp-server
A backend HTTP server likely used as a control plane or for data collection/processing within an observability or monitoring system.
portfolio-manager-go
Manages personal financial portfolios including equities, FX, commodities, cash, bonds, and cryptocurrencies, offering AI-driven insights and natural language querying via an MCP server.
mcp-server
A Model Context Protocol (MCP) server that provides real-time Indian options market data and volatility analytics from GetOutpost.in for integration with AI chat models like Claude.
mcp_ohmy_sql-project
A Model Context Protocol (MCP) server that connects AI assistants to various SQL databases, providing intelligent query optimization, schema introspection, and secure, token-efficient data interaction.