MCP / API Tokens
Generate tokens for Claude Desktop or other MCP clients. Tokens give the same access level as your account role.
Token created! Copy it now — it won't be shown again.
📋 Copy
| Label | Token | Created | Last Used | |
|
Claude Desktop Configuration
Add this to your claude_desktop_config.json to connect Claude to your meeting knowledge:
{
"mcpServers": {
"gymbeam-meetings": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://llm-context.gymbeam.io/mcp"],
"env": {
"MCP_AUTH_TOKEN": "<paste your token here>"
}
}
}
}