MCP Directory

thelongevityvault/decoder-3am-mcp

GitHub
Other

Sleep disruption cause classifier using The Longevity Vault's 5-cause framework. Identifies the biological mechanism behind 3am wakeups from symptom descriptions, with tracked links to the full interactive 3AM Decoder.

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx -y decoder-3am-mcp

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from thelongevityvault/decoder-3am-mcp your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

{
  "mcpServers": {
    "decoder-3am-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "decoder-3am-mcp"
      ]
    }
  }
}

Route thelongevityvault/decoder-3am-mcp intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add decoder-3am-mcp

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use thelongevityvault/decoder-3am-mcp directly without routing

npx -y decoder-3am-mcp

New to Agent-CoreX? View setup guide →

thelongevityvault/decoder-3am-mcp MCP Server — Agent-CoreX