MCP Directory

TeamSafeAI/LIFE

GitHub
Productivity

Persistent identity architecture for AI agents. 16 MCP servers covering drives, emotional relationships, semantic memory with decay, working threads, learned patterns, journal, genesis (identity discovery), creative collision engine, forecasting, and voice. Zero dependencies beyond Python 3.8. Built across 938 conversations.

Direct install

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

uvx life

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from TeamSafeAI/LIFE your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

{
  "mcpServers": {
    "life": {
      "command": "uvx",
      "args": [
        "life"
      ]
    }
  }
}

Route TeamSafeAI/LIFE 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 life

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

Direct Install

Use TeamSafeAI/LIFE directly without routing

uvx life

New to Agent-CoreX? View setup guide →

TeamSafeAI/LIFE MCP Server — Agent-CoreX