MCP server for md.md - provides team knowledge context to AI assistants
{
"mcpServers": {
"io-github-kedarvartak-md-md": {
"command": "<see-readme>",
"args": []
}
}
}No install config available. Check the server's README for setup instructions.
Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
MCP server for md.md - provides team knowledge context to AI assistants
Is it safe?
No package registry to scan.
No authentication — any process on your machine can connect.
License not specified.
Is it maintained?
Commit history unknown.
Will it work with my client?
Transport: stdio. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
No automated test available for this server. Check the GitHub README for setup instructions.
No known vulnerabilities.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationHave you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
A Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Dynamic problem-solving through sequential thought chains
A Model Context Protocol server for searching and analyzing arXiv papers
The Apify MCP server enables your AI agents to extract data from social media, search engines, maps, e-commerce sites, or any other website using thousands of ready-made scrapers, crawlers, and automation tools available on the Apify Store.
MCP Security Weekly
Get CVE alerts and security updates for io.github.kedarvartak/md-md and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
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 composition