mcpbeat Sign in

Being MCP Server

local only

Being MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 39 installs a week from npm. Last commit 28 May 2026.

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

Installs per day peak 13 · avg 7 · +2% w/w
a month agotoday
39
Installs / week
npm · @ruddia/being-mcp-server
1
Stars
3 open issues
28 May 2026
Last commit
0 releases in 90 days
License
TypeScript

What the code does

We read the source, 18 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Sends data to a third-party sink being-worker/src/routes/being-extensions.ts:221
              `https://api.telegram.org/bot${body.bot_token}/setWebhook`,

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add being-mcp-server -- npx -y @ruddia/being-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "being-mcp-server": {
      "args": [
        "-y",
        "@ruddia/being-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.being-mcp-server]
command = "npx"
args = ["-y", "@ruddia/being-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "being-mcp-server": {
      "args": [
        "-y",
        "@ruddia/being-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "being-mcp-server": {
      "args": [
        "-y",
        "@ruddia/being-mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: BEING_API_URL (Being Worker base URL), BEING_API_TOKEN (Auth token (brt_...)), BEING_ID (Target Being ID), LLM_API_KEY (Anthropic API key for trigger_patrol (BYOK)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Being MCP Server

same job, measured the same way
MemoFS MCP Server
by memofs

Persistent memory and virtual filesystem MCP server for AI agents.

90 installs/wk answering
Synap Memory
by maximem

Persistent memory for AI agents — log and recall conversation context over MCP.

4 tools answering
Memstack
by isiomac

MCP server for persistent, searchable memory for AI agents.

39 installs/wk local only
Waggle MCP
by abhigyan-shekhar

Persistent graph-backed conversational memory for AI agents.

54 installs/wk local only
Mifactory Agent Memory
by mifactory-bot

Persistent memory for AI agents across Claude, ChatGPT and any MCP client.

2 tools answering
Goldhold
by jerrysrodz

Persistent memory for AI agents. Search, store, and recall across sessions.

30 installs/wk answering
Octobrain
by muvon

Persistent memory for AI assistants with semantic search and knowledge graph relationships.

411 installs/wk local only
Neural Memory
by nhadaututtheky

Persistent memory for AI agents — 55 MCP tools, spreading activation recall.

47 installs/wk local only

Being MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for Being MCP Server?
Being MCP Server runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @ruddia/being-mcp-server was installed 39 times last week.
How do I connect Being MCP Server?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @ruddia/being-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Being MCP Server?
The npm package @ruddia/being-mcp-server was installed 39 times in the last week. Week over week that is +2%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Being MCP Server open source?
We cannot say either way: written in TypeScript, 1 stars on GitHub and 3 open issues, but we could not determine the licence, and without one the code is not open source by default.