get_server_status
Check server health and performance metrics to monitor indexing progress and debug memory system issues, returning basic summary or full details including component status, database stats, and errors.
Instructions
Get comprehensive MCP server status and health information.
Use when you need to check server health, performance metrics,
indexing progress, or debug issues with the memory system.
Args:
detail_level: "basic" for summary info, "full" for detailed metrics
including performance, cache stats, and errors
Returns:
Dict with comprehensive server status including:
- server: Version, uptime, PID, platform info
- health: Overall status (healthy/degraded/unhealthy) and component checks
- database: Chunk counts, size (full detail only)
- indexing: Progress, files pending/indexed/failed (full detail only)
- performance: Memory, CPU, query metrics (full detail only)
- cache: Hit rates, size (full detail only)
- embedder: Model info, loaded status (full detail only)
- file_watcher: Running status, queue info (full detail only)
- errors: Recent errors and counts (full detail only)
- configuration: Current settings (full detail only)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| detail_level | No | basic |