Claude Code
Add Gessa to ~/.claude/mcp.json.
{
"mcpServers": {
"gessa": {
"command": "npx",
"args": ["-y", "@gessa/mcp-server"],
"env": {
"GESSA_API_KEY": "mcpkey_xxx",
"GESSA_API_URL": "https://api.gessa.ai"
}
}
}
}
Verification: Run Claude Code and ask it to call workspace_list.
Common failures are a missing GESSA_API_KEY, an API URL without https://, or a revoked key.