Use the Brixo MCP server to query and analyze your organization message data from AI coding tools.Documentation Index
Fetch the complete documentation index at: https://docs.brixo.com/llms.txt
Use this file to discover all available pages before exploring further.
What you can do with this MCP server
- Search message data with Elasticsearch DSL using
messages.search. - Run aggregation-only queries (
size: 0) for grouped analytics such as account buckets. - Fetch latest messages with sorted pagination using
search_after. - Limit returned fields with
_sourceand inspect allowed fields withmessages.mappings. - Retrieve current Elasticsearch mappings for your read scope with
messages.mappings.
Generate API key
Generate your API key at:https://app.brixo.com/administration/api_key_management
API_KEY in the Claude command below must be the value generated in that page.
