bluex-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| BLUEX_AB | No | Master switch for the internal A/B experiment sampler (off in production) | false |
| GROK_BIN | No | Path to the grok CLI binary | grok |
| BLUEX_HOME | No | HOME for the isolated profile | ~/.bluex-mcp |
| BLUEX_EFFORT | No | Reasoning effort — low / medium / high / xhigh / max | |
| BLUEX_ISOLATED | No | Run grok under a dedicated clean profile | false |
| BLUEX_LOG_FILE | No | Path to JSONL log file | |
| BLUEX_LOG_QUERY | No | How the query field is stored in logs — none (drop), hash (SHA-256), raw | hash |
| BLUEX_MAX_TURNS | No | Max agentic turns the child grok may take | 6 |
| BLUEX_AB_EFFORTS | No | Comma-separated effort levels the A/B sampler picks from | none,low,high,max |
| BLUEX_TIMEOUT_MS | No | Per-call timeout (ms) | 180000 |
| BLUEX_MAX_RETRIES | No | Retries on empty/failed runs (exponential backoff) | 2 |
| BLUEX_LOG_DISPATCH | No | Also record per-tool dispatch counts in each log line | false |
| BLUEX_AB_STRATEGY_RATE | No | Probability of injecting the X search strategy prompt when A/B is on | 0.5 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| bluex_x_searchB | Search live X/Twitter posts and discussion using your logged-in Grok account. Returns a summary, source items (title, URL, handle, timestamp, snippet), and citations. Set mode="deep" for timeline, verbatim quotes, multiple perspectives, sentiment, and verification. |
| bluex_web_searchA | Search the live web using your logged-in Grok account. Returns a summary, source items, and citations. Set mode="deep" for timeline, quotes, perspectives, sentiment, and verification. |
| bluex_health_checkA | Verify the grok CLI is installed, which model is used, the isolated HOME, and whether you are logged in. Run this first if searches fail. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 3 tools
Each tool has a unique and non-overlapping purpose: health check for system readiness, web search for general web queries, and X search for Twitter-specific content. There is no ambiguity in their intended use.
All tool names follow a consistent pattern with the 'bluex_' prefix followed by a descriptive verb-noun pair (health_check, web_search, x_search). The naming is uniform and predictable, aiding agent selection.
With only 3 tools, the server is lean but covers its core functionality adequately. The count is on the lower end of the ideal range but not egregiously small, as each tool serves a distinct and necessary role.
The tool set covers health verification and two main search domains (web and X), which seems sufficient for its stated purpose. Minor gaps like additional search refinement or account management are absent but not critical for basic operation.