gamma-mcp-server
v1.0.0
Published
GammaServer MCP implementation for workspace management
Readme
Gamma MCP Server
A Model Context Protocol (MCP) server for workspace management.
Prerequisites
- Windows operating system
- Node.js >= 14.0.0
Installation
npm install -g gamma-mcp-serverOr run without installing:
npx gamma-mcp-serverUsage
gamma-mcp --token <your-token>Options
--token <value>: Set the API token for authentication--help,-h: Show help information
Logs
Logs are stored in the following directory:
%USERPROFILE%\.gamma-mcp\logs\
Available Tools
getWorkspaces: Get managed workspaces with filtering and pagination options
getWorkspaces Parameters
filter: Use eq(equal) or ne(not equal) to filter the resultsorderby: Order by one fieldsearch: Search for nametop: Number of records to return (max 200)skip: Number of records to skipnexttoken: Token for pagination
License
MIT
