Personal Context MCP Template
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., "@Personal Context MCP Templateload my full profile"
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.
Personal context MCP — template
Serve your personal "how to work with me" manual as an MCP server, so every AI surface you use (Claude Code, chat apps, scheduled agents) loads the same single source of truth about who you are and how you work.
This is a template: the profile sections here are placeholders with writing guidance. Fill them with your own content and you have your own personal-context server. It contains no real profile data and is deliberately independent from the author's actual profile.
The pattern
Whoever works with multiple AI surfaces ends up explaining themselves over and over — and the explanations drift apart. The fix:
One canonical profile: identity, tracks, communication style, hard rules, routines, interfaces, pointers. Markdown, one file per section, in
profile/.A tiny MCP server that serves it:
get_profile(everything),get_section(one part),list_sections, plus each section as an MCP resource.Every surface starts by loading it. Interactive session or headless nightly run: same manual, same rules.
Changing an agreement is one edit in the canon, not a hunt across seven system prompts. Bonus: a periodic drift-check comparing all places where your context lives against this canon.
Two design rules that keep it healthy:
Identity only, no live data. Tasks, metrics and budgets live in the systems that own them; the
pointerssection says where. Operational data in a profile goes stale by lunchtime.Identity first. The section order is deliberate: if an agent reads only one file, it should be
identity.md.
Related MCP server: MCP Employee Identity Server
Quick start
Requires Python 3.10+.
pip install -r requirements.txt
# Local, stdio (simplest — Claude Code on the same machine):
claude mcp add my-profile --env MCP_TRANSPORT=stdio -- python -m app.server
# Or as an HTTP server (remote surfaces):
python -m app.server # http://0.0.0.0:8080/mcp, health at /healthThen fill in the seven files under profile/ — each explains what belongs in
it — and ask your agent to get_profile.
If you expose this over HTTP: put real access control in front (an authenticating proxy or tunnel). Your profile is personal by definition; the server itself does no auth.
Background
Why this pattern exists and how it behaves in daily use: the write-up in werken-met-cos (Dutch). Built on Anthropic's Model Context Protocol.
License
MIT — see LICENSE.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
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/ellovangelderen/lo-mcp-template'
If you have feedback or need assistance with the MCP directory API, please join our Discord server