Personal Context MCP Template
Serve your personal work-style manual as an MCP server so AI surfaces load the same single source of truth about your identity and preferences.
README
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.
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 /health
Then 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.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.
E2B
Using MCP to run code via e2b.