MCP server for md.md - provides team knowledge context to AI assistants
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
md.md is a team intelligence platform that turns internal engineering knowledge into versioned Markdown blocks, then injects the right context into AI-assisted development workflows.
It combines:
AI coding assistants are strong at general coding but weak on team-specific context. Without shared context, teams repeatedly re-explain standards, architecture decisions, and workflows.
md.md solves this by letting teams:
app-backend/: NestJS API for auth, block lifecycle, policy resolution, and observabilityapp-client/: React + Vite dashboard for block authoring, publishing, and resolve previewmcp-server/: Model Context Protocol server that exposes md.md tools over stdioide-integrations/: IDE integration documentation (currently Cursor-focused)docs/: Product vision, phase plan, and resolution model design docsmcp-server toolsA named unit of team knowledge containing one or more Markdown files.
Draft content can be edited freely. Published versions are stable and intended for consumption.
Data and permissions are scoped by team and workspace.
At usage time, the system resolves and composes relevant published blocks into an AI-ready payload.
app-backend)Tech stack:
pg (Supabase-compatible connection)Responsibilities:
Notable backend capabilities:
mdmd_<token>app-client)Tech stack:
Responsibilities:
mcp-server)Tech stack:
@modelcontextprotocol/sdkResponsibilities:
Primary tools include:
resolve_contextattach_blockslist_blocksget_blockhealth_checkcreate_block, update_block, publish_block, etc.)whoami, list_injection_logs)ide-integrations)Contains setup patterns for connecting editors to the MCP server.
Current documented integration:
docs)idea_1.0.md: product rationale and system visionphases_1.0.md: implementation roadmap (phase-oriented)resolution_model.md: detailed target model for selection, ordering, and compositionCreate app-backend/.env with at least:
Start backend:
From app-backend:
Save the generated mdmd_... key securely.
Set environment variables for MCP runtime (either shell or IDE config):
Recent local ignore defaults in mcp-server/.gitignore include:
.mcpregistry_github_token.mcpregistry_registry_tokenImplemented:
In progress or planned:
app-backend/docs/mcp-server/README.mdide-integrations/README.mddocs/See license declarations in each package (app-backend, app-client, mcp-server).
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/md-md)<a href="https://allmcps.com/mcp/md-md"><img src="https://allmcps.com/api/badge/md-md?style=directory" alt="Md Md on AllMCPs" /></a>