Provides a local digital identity MCP server auto-generating personal profiles from public APIs and real-time plugins.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag โ we're steadily working through the catalog.
๐ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by MCP Me.
ask_about_meCallable MCP tool function
search_profileCallable MCP tool function
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.
mcp-me fixes that. It creates a structured personal profile that any AI assistant can read via the Model Context Protocol (MCP). Think of it as a digital identity layer for AI โ your bio, career, skills, interests, projects, and more, always available to every AI tool you use.
Prerequisite: Node.js 20 or later. Verify with
node -v.
Add mcp-me to your AI assistant in one click โ no path configuration needed (profile defaults to ~/.mcp-me):
Claude Desktop: Download the latest .mcpb release and double-click to install, or drag it into Claude Desktop โ Settings โ Extensions.
After installing, initialize your profile:
This makes the mcp-me command available everywhere on your system. No need to clone any repository โ npm downloads the package for you.
Alternative โ run without installing (via npx):
npx downloads the package temporarily and runs it. Useful for trying mcp-me once, but slower on repeated use since it re-downloads each time.
Profile location: Commands default to
~/.mcp-me. Override withMCP_ME_PROFILE_DIRor pass an explicit path:mcp-me serve ~/my-profile.
Your .mcp-me.yaml config file:
CLI flags also work:
mcp-me generate --github octocat --devto myuser
All commands work with npx (zero install) or with mcp-me directly if installed globally. The generate command pulls your data from public APIs and auto-populates profile YAML files โ no API keys needed for most sources.
Use the one-click install badges above. After installing, run mcp-me init to create your profile.
mcp-me ships as a full Open Plugins plugin for Cursor. Install from cursor.directory or clone the repo โ the plugin auto-detects all components:
| Component | Location | Purpose |
|---|---|---|
| MCP Server | mcp.json | Zero-config npx -y mcp-me serve |
| Rules | rules/ | Always consult profile before answering |
| Skills | skills/ | Profile usage and setup guides |
| Agents | agents/ | Profile assistant and intro writer |
| Commands | commands/ | /ask-about-me and /introduce-me |
| Hooks | hooks/hooks.json | Session-start profile reminder |
| LSP | .lsp.json | YAML language server for profile files |
Validate the plugin structure: npm run validate:open-plugin
Add to ~/.codeium/windsurf/mcp_config.json:
Add to .cursor/mcp.json in your project root:
Add to .vscode/mcp.json in your project root (or in your User Settings for global access):
Tip: To enable it globally (all workspaces), open VS Code Settings (
Ctrl+Shift+Pโ "Preferences: Open User Settings (JSON)") and add themcpkey there instead.
Option A โ Desktop Extension (.mcpb, recommended):
mcp-me.mcpb from GitHub Releases~/.mcp-me)mcp-me init if you haven't created a profile yetOption B โ Manual config:
Add to your Claude Desktop config:
AI agents read special Markdown files in your project to understand how they should behave. Pair them with mcp-me so that every AI session automatically consults your profile โ no more repeating your stack, career, or preferences in every conversation.
| File | Works with |
|---|---|
AGENTS.md (project root) | Windsurf (Cascade), OpenAI Codex, Cline, and others |
.github/copilot-instructions.md | GitHub Copilot (VS Code + GitHub.com) |
Quick setup:
Both templates are included with mcp-me and tell the AI to call ask_about_me whenever context about you would improve the response.
See the Agent Instructions Guide for examples, global setup, and tips on combining with project-specific rules.
Your profile is a collection of YAML files:
| File | Description |
|---|---|
identity.yaml | Name, bio, location, languages, contact info |
career.yaml | Work experience, education, certifications |
skills.yaml | Technical and soft skills with proficiency levels |
interests.yaml | Hobbies, music, books, movies, food preferences |
personality.yaml | Values, traits, MBTI, strengths |
goals.yaml | Short, medium, and long-term goals |
projects.yaml | Personal and open-source projects |
faq.yaml | Custom Q&A pairs about yourself |
See Schema Reference for full documentation.
Static profile data exposed as MCP resources:
me://identity โ Personal identity and contactme://career โ Professional historyme://skills โ Skills and proficienciesme://interests โ Hobbies and preferencesme://personality โ Personality traits and valuesme://goals โ Personal and professional goalsme://projects โ Portfolio and projectsme://faq โ Frequently asked questionsask_about_me โ Free-form question about the usersearch_profile โ Keyword search across all profile dataFactual signals from GitHub, npm, and our automated checks โ not a rating.
No reviews yet โ be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/paladini-mcp-me)<a href="https://allmcps.com/mcp/paladini-mcp-me"><img src="https://allmcps.com/api/badge/paladini-mcp-me?style=directory" alt="MCP Me on AllMCPs" /></a>