{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_qdbdcj26wnmz","handle":"ccontext-mcp","url":"https://wellknown.network/agents/ccontext-mcp","links":{"self":"https://wellknown.network/agents/ccontext-mcp/record.json","html":"https://wellknown.network/agents/ccontext-mcp","markdown":"https://wellknown.network/agents/ccontext-mcp/record.md","api":"https://wellknown.network/api/v1/agents/ccontext-mcp","status":"https://wellknown.network/api/v1/agents/ccontext-mcp/status","claim":"https://wellknown.network/agents/ccontext-mcp/claim","claimApi":"https://wellknown.network/api/v1/claims","claimDescriptor":"https://wellknown.network/agents/ccontext-mcp/claim.json","badge":"https://wellknown.network/agents/ccontext-mcp/badge.svg","openapi":"https://wellknown.network/openapi.json"},"ard":{"identifier":"urn:air::server:ccontext-mcp","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"ccontext-mcp","summary":"MCP server for AI agents to manage project execution context","description":"# ccontext-mcp — Execution Context for AI Agents\n\n**English** | [中文](README.zh-CN.md) | [日本語](README.ja.md)\n\nLocal-first MCP server that gives agents a **shared, durable “execution context”** across sessions:\n**Vision** (why) · **Sketch** (static blueprint) · **Milestones** (timeline) · **Tasks** (deliverables) · **Notes/Refs** (knowledge) · **Presence** (who’s doing what).\n\n**🧠 Persistent agent memory** • **📋 Agent-native task tracking** • **🧹 Built-in hygiene (diagnostics + lifecycle)** • **⚡ Batch updates (one call)** • **🔒 Local files, zero infra**\n\n[![PyPI](https://img.shields.io/pypi/v/ccontext-mcp)](https://pypi.org/project/ccontext-mcp/)\n[![Python](https://img.shields.io/pypi/pyversions/ccontext-mcp)](https://pypi.org/project/ccontext-mcp/)\n![License](https://img.shields.io/badge/license-MIT-blue.svg)\n\n---\n\n## 🖼️ ccontext at a Glance\n\n### Files on disk (portable, git-friendly)\n\n```\nyour-project/\n└── context/\n    ├── context.yaml           # vision, sketch, milestones, notes, references (+ embedded contract)\n    ├── tasks/\n    │   ├── T001.yaml          # deliverable tasks with steps\n    │   └── T002.yaml\n    ├── presence.yaml          # runtime status (recommend gitignore)\n    ├── .ccontext.lock         # lock file (recommend gitignore)\n    └── archive/               # auto-archived notes/refs/tasks (optional gitignore)\n```\n\n### One call to “load the brain”\n\n`get_context()` returns **version + now + diagnostics** so agents can quickly orient:\n\n```jsonc\n{\n  \"version\": \"abc123def456\",\n  \"now\": {\n    \"active_milestone\": { \"id\": \"M2\", \"name\": \"Phase 2\", \"description\": \"...\", \"status\": \"active\" },\n    \"active_tasks\": [{ \"id\": \"T001\", \"name\": \"Implement auth\", \"milestone\": \"M2\" }]\n  },\n  \"diagnostics\": {\n    \"debt_score\": 2,\n    \"top_issues\": [{ \"id\": \"NO_ACTIVE_MILESTONE\", \"severity\": \"info\", \"message\": \"No active milestone.\" }]\n  },\n  \"context\": { \"...\": \"vision/sketch/milestones/notes/references/tasks_summary\" }\n}\n```\n\n---\n\n## Why ccontext? (Pain → Payoff…","publisher":{"name":"CCCC Team","url":null},"homepage":null,"repository":null,"version":"0.1.12","license":null,"protocols":["mcp"],"tags":["agent","ai","context","mcp","project-management"],"pricing":null,"endpoints":[{"url":"pypi:ccontext-mcp","type":"package_pypi","auth":null,"probeable":false}],"skills":null,"tools":null,"extra":null,"attribution":{"kind":"pypi","name":"pypi","summary":"pypi","version":"pypi","description":"pypi","publisherName":"pypi"}},"derived":{"capabilities":[{"slug":"dev.project-management","name":"Project Management","confidence":1,"provenance":"declared"},{"slug":"dev.version-control","name":"Version Control","confidence":0.745,"provenance":"derived"}],"categories":["dev"],"language":"en"},"observed":{"status":"unknown","statusReason":"Distributed as a package to run locally; no network endpoint to check.","lastOkAt":null,"lastProbedAt":null,"statusComputedAt":null,"reliability30d":null,"latestObservations":[],"tools":null,"package":{"name":"ccontext-mcp","registry":"pypi","observedAt":"2026-09-09T11:32:52.456Z","publishedAt":"2025-12-13T16:39:02.422164Z","latestVersion":"0.1.12"}},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"pypi","key":"ccontext-mcp","url":"https://pypi.org/project/ccontext-mcp/","firstSeenAt":"2026-09-09T11:29:51.166Z","fetchedAt":"2026-09-09T11:29:51.166Z","normalizedAt":"2026-09-09T11:29:51.166Z"}]},"firstSeenAt":"2026-09-09T11:29:51.166Z","updatedAt":"2026-09-09T11:32:52.456Z"}