Quickstart
- Create an MCP API key in the workspace Settings MCP panel.
- Configure your MCP client with the stdio package.
- Ask the client to list Gessa tools.
- Start with
workspace_list, thenproject_create_gameorproject_list_games.
{
"mcpServers": {
"gessa": {
"command": "npx",
"args": ["-y", "@gessa/mcp-server"],
"env": {
"GESSA_API_KEY": "mcpkey_xxx",
"GESSA_API_URL": "https://api.gessa.ai"
}
}
}
}
For remote MCP clients, use https://api.gessa.ai/mcp/rpc and complete the OAuth 2.1 authorization flow.