How this command is triggered — by the user, by Claude, or both
Slash command
/tracemem:tracemem-doctorThis command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
# TraceMem Doctor Verify that the TraceMem plugin is correctly configured and connected. ## Instructions 1. Check that `TRACEMEM_API_KEY` is set in the environment (do NOT display the key value — just confirm present/absent). 2. Call `mcp__tracemem__capabilities_get` to test connectivity to the TraceMem MCP server. 3. Report: - API key status: ✅ set / ❌ missing - MCP server URL: the configured URL (default: https://mcp.tracemem.com) - Connectivity: ✅ connected / ❌ unreachable - Server capabilities: list available tools - Plugin version: from plugin.json 4. If anything f...
Verify that the TraceMem plugin is correctly configured and connected.
Check that TRACEMEM_API_KEY is set in the environment (do NOT display the key value — just confirm present/absent).
Call mcp__tracemem__capabilities_get to test connectivity to the TraceMem MCP server.
Report:
If anything fails, provide actionable troubleshooting steps:
npx claudepluginhub tracemem/tracemem-claude-code-plugin --plugin tracemem/doctorDiagnose /gr plugin setup, MCP wiring, and API connectivity with optional quick or full mode.
/memsy-doctorChecks Memsy MCP connectivity, identity, and active profile, surfacing setup hints and error-specific remediation steps.
/verify-mcpVerifies MCP server installation and configuration status using bash checks, reports in a status table with tools available and actions needed, provides fix commands and troubleshooting.
/healthRuns mcp-memory doctor command via resolvers to check package version, installed payload, chatlog DB row count, and per-agent hook states; prints full output with one-line interpretation.
/soul-initDetects running demarkus-server instances and configures demarkus-memory soul plugin by reusing existing server or setting up isolated instance, reports mode, path, and port.
/setupDiagnoses MCP server connectivity by checking health endpoints, probing tool availability, and calling lightweight tool tests. Outputs a formatted status table per server.