personal-context-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PERSONAL_CONTEXT_DIR | No | Path to the directory containing context markdown files (default: ./context) |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_contextA | 列出所有可见的个人上下文板块(标题、slug、tier、标签)。 viewer_tier: public/recruiter/friend/private,决定能看到哪些内容。 |
| get_contextC | 读取某个板块的完整内容。slug 见 list_context。 |
| search_contextC | 在所有可见板块里关键词搜索,返回命中板块和上下文片段。 |
| who_am_iA | 一次性返回该 tier 下所有可见内容拼成的完整自我介绍。 换新 AI 时,让它调用一次这个工具就「认识你」了。 |
| save_contextB | 写入或更新一个板块(会覆盖同名文件)。 用于「解析完简历/整理完经历后,把结果存进知识库」。 |
| extract_fileA | 抽取 pdf / docx / txt / md 文件的纯文本,供 AI 解析、优化后再 save_context。 (这是「上传简历→解析」的第一步:只取文本,优化交给 AI 本身。) |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/KrystalJin1/personal-context-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server