mcpbeat Sign in

People Context MCP Server

by jinyangwang27 Your server? Claim it
local only

People Context runs on your own machine — the client starts it, so there is no endpoint to ping. 784 installs a week from pypi. Last commit 17 Sep 2026.

Local-first MCP server giving AI agents contextual knowledge about the people in your life

Installs per day peak 545 · avg 58 · +86% w/w
a month agotoday
784
Installs / week
pypi · people-context
44
Stars
0 open issues
17 Sep 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

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

Evidence

Things with no honest explanation: a promise that contradicts the code, code that runs at install time while hiding what it does, data leaving the machine.

Deletes files or strips permissions [пакет] obsidian-plugin/src/bridge.test.ts:18, [пакет] obsidian-plugin/src/client.test.ts:16
  "Bobby; rm -rf ~",
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.

Runs a command on install [пакет] package.json:1
setup.py: выполняет код при установке пакета
    completed = subprocess.run(command, check=False, capture_output=True, text=True)  # noqa: S603

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

We found things in this code

Code changes quietly between releases, and nobody reads the diff of a dependency. We do, on every release — watch People Context and you get told the day something new turns up.

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 people-context -- uvx people-context
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "people-context": {
      "args": [
        "people-context"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.people-context]
command = "uvx"
args = ["people-context"]
.cursor/mcp.json
{
  "mcpServers": {
    "people-context": {
      "args": [
        "people-context"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "people-context": {
      "args": [
        "people-context"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to People Context

same job, measured the same way
Domain Memory
by mashware

Local-first MCP server serving a project's business-domain knowledge to MCP-compatible agents.

44 installs/wk local only
Wigolo
by knockoutez

Local-first web intelligence MCP server for AI coding agents

940 installs/wk local only
Agentmako
by drhalto

Local-first codebase intelligence MCP server for AI coding agents.

53 installs/wk local only
Lockspec
by lockspec

MCP server giving AI coding agents version-pinned API context from your OpenAPI specs.

44 installs/wk local only
Ctxfile
by ctxfile

Local-first MCP server that snapshots your project's working state into one context object.

331 installs/wk local only
Perseus: MCP server and live context engine
by perseus-computing-llc

Live context MCP server: resolves git, services, and tests into agent context. Local-first, MIT.

local only
Pil
by pjpoulose

PIL: local-first knowledge base for your Instagram saved posts, with a read-only MCP server.

local only
Factsets MCP Server
by joshua-auchincloss

An MCP server that provides a local, persistent, self-maintaining knowledge base for AI agents

41 installs/wk local only

People Context — questions

Answers built from our own checks of this server.

Why is there no uptime for People Context?
People Context 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 pypi package people-context was installed 784 times last week.
How do I connect People Context?
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 people-context straight from pypi; nothing to host, nothing to sign up for.
How many people use People Context?
The pypi package people-context was installed 784 times in the last week. Week over week that is +86%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is People Context open source?
Yes — it is published under the MIT licence, written in Python and 44 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.