persona-profile-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@persona-profile-mcpRemember the details about Sarah from our last meeting and add her contact info"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
persona-profile-mcp
一个本地 MCP server,让 AI 助手在对话中维护人物画像(联系人库):创建、检索、补充、修正你提到过的人的信息。
面向 MCP 2026-07-28 规范实现:无协议级 session,跨调用状态通过显式 profileId 传递;服务端经 serveStdio 提供,同时兼容 2025 纪元的旧客户端。
详细的使用手册(工具参数、搜索打分规则、典型流程、FAQ)见 docs/USAGE.md。
安装
npm install
npm run buildRelated MCP server: Identity Server
配置
存储位置由 MCP_PROFILE_DIR 决定,默认 ~/.mcp-persona/profiles。每个人一个 JSON 文件,可直接手改、可用 git 版本化。
日志级别由 MCP_PERSONA_LOG 决定:info(默认,含启动提示)/ error(只输出错误)/ silent(完全静默)。日志一律走 stderr。
Claude Code
claude mcp add persona -- node /绝对路径/dist/index.jsClaude Desktop
在 claude_desktop_config.json 里加:
{
"mcpServers": {
"persona": {
"command": "node",
"args": ["/绝对路径/dist/index.js"],
"env": { "MCP_PROFILE_DIR": "/绝对路径/profiles" }
}
}
}工具
工具 | 用途 |
| 按姓名/别名/摘要/事实内容模糊搜索 |
| 按 id 读完整画像(含各条事实的 factId) |
| 按最近更新倒序列出 |
| 新建画像,重名时返回 |
| 改核心字段,别名增量合并 |
| 批量追加事实,自动跳过重复 |
| 修正单条事实(信息过时时用这个,别追加矛盾条目) |
| 删除单条事实 |
本版不提供 delete_profile。误建的重复画像请手动删除对应的 JSON 文件。
数据结构
{
"id": "p_7f3a2c91",
"name": "张伟",
"aliases": ["Wei", "老张"],
"relationship": "前同事",
"summary": "字节推荐算法工程师",
"facts": [
{
"id": "f_3d1e5a02",
"category": "work",
"content": "在字节跳动做推荐算法",
"confidence": "high",
"source": "2026-08-02 对话",
"createdAt": "2026-08-02T08:00:00.000Z",
"updatedAt": "2026-08-02T08:00:00.000Z"
}
],
"createdAt": "2026-08-02T08:00:00.000Z",
"updatedAt": "2026-08-02T08:00:00.000Z"
}category 取值:basic / work / preference / relationship / event / contact / other。
confidence 取值:high / medium / low(默认 medium)。
开发
npm run typecheck
npm test设计
见 docs/superpowers/specs/2026-08-02-persona-profile-mcp-server-design.md。
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceA MCP server that provides persistent memory for AI assistants, storing personal information, relationships, and observations to enable personalized and contextual conversations.Last updated4
- Flicense-qualityDmaintenanceA local MCP server that maintains and serves personal identity context to LLMs.Last updated
- Alicense-qualityBmaintenanceEnables AI assistants to query local conversation transcripts and relationship data via a local MCP server, allowing retrieval of past conversations and facts about people.Last updated1AGPL 3.0
- Alicense-qualityBmaintenanceA CardDAV MCP server that exposes contacts and address books as tools for AI assistants.Last updated181MIT
Related MCP Connectors
Pocket Agent (aipocketagent.com) MCP server — read tools for personas, apps, and product info.
Person-owned, portable AI memory as a remote MCP server, readable and writable by any MCP client.
Personal assistant MCP server with search, execute, packages, jobs, secrets, and integrations.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ibeeger/memory_mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server