HomeKnowledge & Memory › being

being

Personality Runtime for AI agents — persistent memory, personality, and relationships via MCP

TypeScript Cloud
★ 1 stars Last pushed 2026-05-28

Topics: Knowledge & Memory

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 1.0.0)

npx -y @ruddia/[email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "being": {
      "command": "npx",
      "args": [
        "-y",
        "@ruddia/[email protected]"
      ],
      "env": {
        "BEING_API_URL": "<YOUR_VALUE>",
        "BEING_API_TOKEN": "<YOUR_VALUE>",
        "BEING_ID": "<YOUR_VALUE>",
        "LLM_API_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • BEING_API_URL — Being Worker base URL
  • BEING_API_TOKEN required secret — Auth token (brt_...)
  • BEING_ID required — Target Being ID
  • LLM_API_KEY secret — Anthropic API key for trigger_patrol (BYOK)

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry