Me MCP Server

Your AI assistants don't know who you are. Every time you start a conversation with Claude, Copilot, Cursor, or Windsurf, it's a blank slate - no context about your skills, your projects, your career, or what you care about. It runs locally over stdio via the published package.

People connecting this server to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-11 · ★ 18 · #273 OF 848 MAINTAINED OTHER · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install Me

before you install - you'll need

The README does not document required environment variables for a basic install.

Claude Code

claude mcp add paladini-mcp-me -- npx -y mcp-me

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "paladini-mcp-me": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-me"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package mcp-me - unscoped; check the name against the project README before installing

registry namespace io.github.paladini is GitHub-verified and matches the repo owner

03 · What Me can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

An agent gets 2 documented tools across ask, read & search, including ask_about_me, search_profile.

The 2 tools it gives your agent

Extracted from the project's README - what mcp-me lets an agent do.

ask_about_me
- Free-form question about the user
search_profile
- Keyword search across all profile data

Latest releases

v0.6.0 · 2026-07-10

v0.5.0 · 2026-06-05

What's new · Added · PyPI username-based package discovery - pypi: your-username now auto-discovers all packages you own or maintain via the PyPI XMLRPC user_packages API, consistent with how npm, rubygems and…

v0.4.1 · 2026-03-25

Fixed · mcp-me init now handles directory entries in templates (for example .github) by copying them recursively. · This prevents cp EISDIR failures after npm install -g when template folders are present.

04 · Who maintains Me

mcp-me is maintained by paladini. We track 3 MCP servers from paladini - 3 actively maintained, 23 combined GitHub stars, oldest repo from Mar 2026. Full record: all servers from paladini.

  1. DevUtils MCP Server 36 local developer utilities for AI agents. Hash, encoding, UUID, JWT, JSON, network, text. ★ 5

05 · Facts

category
other - ranked #273 of 848 actively-maintained other servers as of 2026-08-25.
release cadence
2 releases in the last 90 days (latest 2026-07-10)
registry
io.github.paladini/mcp-me (active, first published 2026-07-10)
packages
npm:mcp-me

06 · Me FAQ

What is Me?

Your AI assistants don't know who you are. Every time you start a conversation with Claude, Copilot, Cursor, or Windsurf, it's a blank slate - no context about your skills, your projects, your career, or what you care about. It runs locally over stdio via the published package.

Is Me still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-11 and it shipped 2 releases in the last 90 days. We re-verify nightly.

How do I install Me?

Run `npx -y mcp-me`. The README does not document required environment variables for a basic install. You can also paste the ready-made client config above.

Does Me run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Me