💬Conversation Tool

brain_stats

System statistics dashboard. 7 views covering every aspect of your brain-mcp data.

When to use this

Use brain_stats to check system health, data coverage, or get an overview of your intellectual footprint. The view parameter focuses on specific aspects.

Quick Example

mcporter call brain.brain_stats
Response
📊 Brain Stats (Overview)

Messages: 377,326
Conversations: 12,847
Embeddings: 82,000
Summaries: 9,979
Domains: 25
GitHub Repos: 132
Markdown Docs: 5,500+

Sources:
  claude-code: 145,287 messages
  chatgpt: 112,456 messages
  claude_desktop: 78,231 messages
  clawdbot: 41,352 messages

Date Range: 2023-03 to 2026-03
Most Active Month: January 2025 (42K messages)

Parameters

NameTypeRequiredDefaultDescription
viewstringNo"overview"View: 'overview', 'domains', 'pulse', 'conversations', 'embeddings', 'github', or 'markdown'

Available Views

overview

High-level stats: total messages, conversations, embeddings, sources, date range

domains

Breakdown by cognitive domain with conversation counts, breakthroughs, and thinking stages

pulse

Current thinking pulse — which domains are active, what stage each is in

conversations

Conversation analysis: lengths, sources, models used, deep conversations

embeddings

Embedding stats: vector count, coverage, model info, indexing status

github

GitHub stats: repos, commits, languages, activity timeline

markdown

Markdown corpus stats: document count, word count, depth distribution

Examples

# Domain breakdown
mcporter call brain.brain_stats view="domains"

# Embedding coverage
mcporter call brain.brain_stats view="embeddings"

# GitHub activity
mcporter call brain.brain_stats view="github"

# Current thinking pulse
mcporter call brain.brain_stats view="pulse"