
Being Mcp Server
Give your coding agent a persistent personality, memory, and relationship graph through Being’s Worker API via stdio MCP.
Overview
Being MCP Server is a MCP server for the Build phase that exposes persistent personality, memory, and relationships for agents via the Being Worker API.
What is this MCP server?
- Stdio MCP package @ruddia/being-mcp-server v1.0.0
- Persistent memory, personality, and relationships via Being Worker
- Required BEING_API_TOKEN (brt_...) and BEING_ID targeting
- Optional LLM_API_KEY (Anthropic) for trigger_patrol BYOK
- Open-source backing repo at github.com/wnbhr/being
- Package version 1.0.0
- Four documented environment variables (three required for core use)
- Stdio transport via npm identifier @ruddia/being-mcp-server
What problem does it solve?
Stateless agents forget tone, history, and user rapport, so every session feels like day one.
Who is it for?
Builders shipping agent or companion experiences who already use or plan to use Being and want MCP-native wiring in Claude Code or Cursor.
Skip if: Teams that only need ephemeral coding help with no persona, or builders unwilling to run a third-party Being account and tokens.
What do I get? / Deliverables
After npm stdio setup with Being credentials, your agent reads and writes personality and relationship state through MCP instead of ad-hoc prompt stuffing.
- MCP-connected agent with Being-backed memory and personality
- Configured Worker URL and authenticated Being instance
- Relationship-aware agent sessions across restarts
Recommended MCP Servers
Journey fit
First appears in Build when you shape how the agent behaves across sessions, but memory and relationships matter through Grow and Operate. Agent-tooling is the shelf: stdio MCP plus Being IDs and tokens configure runtime personality, not app frontend or ship security scans.
How it compares
Personality-and-memory MCP backend, not a local SQLite notes skill or generic RAG connector.
Common Questions / FAQ
Who is com.ruddia/being-mcp-server for?
Indie builders and agent developers who want Being-managed personality, memory, and relationships available from MCP clients.
When should I use com.ruddia/being-mcp-server?
Use it when you are building or operating an agent product that needs consistent persona and relationship state across sessions.
How do I add com.ruddia/being-mcp-server to my agent?
Install @ruddia/being-mcp-server, set BEING_API_URL, BEING_API_TOKEN, and BEING_ID, add optional LLM_API_KEY for trigger_patrol, and register the stdio server in your MCP config.