Mgx Thinking Log Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Mgx Thinking Log Mcp (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
An MCP (Model Context Protocol) server for downloading and reading MGX thinking logs. Enables AI agents to fetch and analyze MGX conversation logs programmatically.
npm install -g mgx-thinking-log-mcpAdd to your MCP config (claude_desktop_config.json or .cursor/mcp.json):
{
"mcpServers": {
"mgx-thinking-log": {
"command": "npx",
"args": ["-y", "mgx-thinking-log-mcp"],
"env": {
"MGX_TOKEN": "your-token-here"
}
}
}
}claude mcp add mgx-thinking-log -- npx -y mgx-thinking-log-mcpThen set environment variable MGX_TOKEN or pass token per-request.
| Variable | Description | Default |
|---|---|---|
MGX_TOKEN | Auth token (appended as ?token= to skip Bearer auth) | - |
MGX_BASE_URL | Base URL for the MGX API | http://test-tool.deepwisdomai.com |
get_thinking_logsFetch thinking logs for a chat. Returns log content as text for agent analysis.
Parameters:
chat_id (required) - The chat/conversation IDenv (optional) - Environment: prod, alpha, pre, us-test, us-test-2 (default: prod)token (optional) - Auth token, overrides MGX_TOKEN env varExample prompt:
Read the thinking logs for chat abc123 in prod environmentdownload_thinking_logsDownload thinking logs to a local file.
Parameters:
chat_id (required) - The chat/conversation IDenv (optional) - Environment (default: prod)output_path (required) - Local file path to save logstoken (optional) - Auth tokenExample prompt:
Download the logs for chatabc123to/tmp/logs.txt
get_mgx_envFetch the mgxenv.json configuration for a specific chat version.
Parameters:
chat_id (required) - The chat/conversation IDenv (optional) - Environment (default: prod)version (required) - Version numbertoken (optional) - Auth tokenExample prompt:
Get the mgxenv config for chatabc123versionv2
The upstream API has a global rate limit. Keep concurrent requests under 10 without prior arrangement. For higher concurrency, contact the platform team.
git clone <repo-url>
cd mgx-thinking-log-mcp
npm install
npm run build
npm startMIT
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.