Skip to main content
Glama
zhiyue

mgx-thinking-log-mcp

by zhiyue

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MGX_TOKENNoAuth token (appended as ?token= to skip Bearer auth)
MGX_BASE_URLNoBase URL for the MGX APIhttp://test-tool.deepwisdomai.com

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
get_thinking_logsA

Fetch MGX thinking logs for a given chat. Returns the log content as text, suitable for agent analysis.

download_thinking_logsA

Download MGX thinking logs to a local file. Useful for saving large log files for later analysis.

get_mgx_envA

Fetch the mgxenv.json configuration for a specific MGX chat version. Returns environment config as JSON.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4/5.0

Scored across 3 tools

Disambiguation5/5

Each tool targets a distinct operation: fetching log content as text, downloading logs to a file, and retrieving environment config. The difference between get and download is clear—one returns content for analysis, the other persists to disk.

Naming Consistency5/5

All tool names follow a consistent verb_noun snake_case pattern (get_, download_). The nouns are descriptive and aligned with the tool's function, with no mixed naming conventions.

Tool Count5/5

Three tools is a well-scoped count for a focused logging/configuration server. Each tool serves a distinct purpose and none are redundant or bloat.

Completeness4/5

Core retrieval operations are covered: getting logs, downloading logs, and fetching environment config. A minor gap is the lack of listing or searching available logs, but the tool set likely expects chat IDs as inputs, making the surface adequate.

Maintenance

ActivityInactive
ResponsivenessNo issues