Odel
being

being

Local
@wnbhr1TypeScriptUpdated 3mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@ruddia/being-mcp-serverv1.0.0

Run

npx -y @ruddia/being-mcp-server

MCP client config

{
  "mcpServers": {
    "being": {
      "command": "npx",
      "args": [
        "-y",
        "@ruddia/being-mcp-server"
      ]
    }
  }
}