Serves markdown instructions as tools to provide LLMs with team playbooks, coding standards, domain knowledge, and personal workflows through version-controlled files.
A project-agnostic MCP server that exposes Markdown documentation from a project's /docs folder as MCP resources for AI agents. It provides stable, up-to-date context to reduce hallucinations and ensure agents remain aligned with project-specific conventions and goals.
Indexes your repo's markdown into a canonical doc store, serving agents the single current doc per question via MCP to save tokens and keep all agents on the same source of truth.
CP server that generates AGENTS.md and CLAUDE.md
from your real repo, verifies every command actually exists,
detects doc drift, and saves session context — all locally,
no data leaves your machine. Free-tier friendly via Groq/NVIDIA.
Enables multiple Claude Code instances to collaborate in real-time through channels, allowing AI agents to work together on projects without requiring local setup beyond Docker.