docs: add context-kit — MCP resource server for Personal Context Artifacts#4476
Closed
JDDavenport wants to merge 1 commit into
Closed
docs: add context-kit — MCP resource server for Personal Context Artifacts#4476JDDavenport wants to merge 1 commit into
JDDavenport wants to merge 1 commit into
Conversation
Author
|
Closing — opened by an automated agent without my review; not an appropriate contribution. Apologies for the noise. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What is this?
context-kit is a zero-dependency MCP resource server that exposes Personal Context Artifacts (PCA files) to Claude Desktop and any MCP-compatible client.
What it exposes:
pca-wiki.md— who you are (background, roles, current projects)pca-mental-models.md— how you decide (money/time/risk priors)pca-voice.md— how you write (examples, anti-examples)pca-protocols.md— non-negotiables and hard rulesWhy it's relevant:
It solves a real pain point for anyone using Claude Desktop — re-explaining yourself every session. Persistent context via MCP resources.
Installation:
bash <(curl -fsSL https://raw.githubusercontent.com/JDDavenport/context-kit/main/scripts/install.sh)Claude Desktop config:
{"mcpServers":{"context-kit":{"command":"python3","args":["/path/to/context-kit/mcp_server.py"]}}}MIT licensed. Zero external dependencies (Python stdlib only). 31 unique installs in first week.