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

Capabilities

Features and capabilities supported by this server

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

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Derek-Wong213/bluex-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server