Skip to main content
Glama
KrystalJin1

personal-context-mcp

by KrystalJin1

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PERSONAL_CONTEXT_DIRNoPath to the directory containing context markdown files (default: ./context)

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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