MCP Server
MCP
io.github.gwhthompson/grist-mcp-server
11 tools for managing Grist documents with AI
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "grist-mcp-server",
"version": "2.0.33",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your Grist API key",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "GRIST_API_KEY"
},
{
"description": "Base URL for Grist instance (default: https://docs.getgrist.com)",
"format": "string",
"default": "https://docs.getgrist.com",
"name": "GRIST_BASE_URL"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment