Skip to main content
Glama
Derek-Wong213

bluex-mcp

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
BLUEX_ABNoMaster switch for the internal A/B experiment sampler (off in production)false
GROK_BINNoPath to the grok CLI binarygrok
BLUEX_HOMENoHOME for the isolated profile~/.bluex-mcp
BLUEX_EFFORTNoReasoning effort — low / medium / high / xhigh / max
BLUEX_ISOLATEDNoRun grok under a dedicated clean profilefalse
BLUEX_LOG_FILENoPath to JSONL log file
BLUEX_LOG_QUERYNoHow the query field is stored in logs — none (drop), hash (SHA-256), rawhash
BLUEX_MAX_TURNSNoMax agentic turns the child grok may take6
BLUEX_AB_EFFORTSNoComma-separated effort levels the A/B sampler picks fromnone,low,high,max
BLUEX_TIMEOUT_MSNoPer-call timeout (ms)180000
BLUEX_MAX_RETRIESNoRetries on empty/failed runs (exponential backoff)2
BLUEX_LOG_DISPATCHNoAlso record per-tool dispatch counts in each log linefalse
BLUEX_AB_STRATEGY_RATENoProbability of injecting the X search strategy prompt when A/B is on0.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

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.9/5.0

Scored across 3 tools

Disambiguation5/5

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.

Naming Consistency5/5

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.

Tool Count4/5

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.

Completeness4/5

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.

Maintenance

ActivityInactive
ResponsivenessNo issues