mcpbeat Sign in

MD MD MCP Server

by kedarvartak Your server? Claim it
local only

MD MD runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 12 Apr 2026.

MCP server for md.md - provides team knowledge context to AI assistants

Installs / week
npm · md-md-mcp-server
0
Stars
0 open issues
12 Apr 2026
Last commit
0 releases in 90 days
License
TypeScript

Nothing serious here today

Today is the operative word: we check MD MD every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add md-md -- npx -y md-md-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "md-md": {
      "args": [
        "-y",
        "md-md-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.md-md]
command = "npx"
args = ["-y", "md-md-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "md-md": {
      "args": [
        "-y",
        "md-md-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "md-md": {
      "args": [
        "-y",
        "md-md-mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: MD_MD_API_KEY (API key for md.md backend), MD_MD_API_URL (Base URL of md.md backend API), MD_MD_TEAM_ID (Optional team scope override), MD_MD_WORKSPACE_ID (Optional workspace scope override). The author declared them in the registry entry; get the values from the project itself.

Alternatives to MD MD

same job, measured the same way
Yuque MCP
by yuque

MCP server for Yuque — expose your knowledge base to AI assistants.

500 installs/wk local only
kg
by nnar1o

Local knowledge graph memory MCP server for AI assistants.

local only
Paypal
by paypal-mcp

PayPal MCP server provides access to PayPal services and operations for AI assistants

answering
MCP Context Server
by alex-feel

An MCP server that provides persistent multimodal context storage for LLM agents.

472 installs/wk local only
I
Dev Proxy Tools
by dev-proxy-tools

MCP server for Dev Proxy that enables AI assistants to interact with Dev Proxy.

40 installs/wk local only
Trello MCP Server
by billnobill

Trello Model Context Protocol (MCP) Server for AI Agents

40 installs/wk local only
Chirak MCP
by ufhouck

Model Context Protocol (MCP) Server for Chirak Sales & Inventory Assistant

676 installs/wk local only
Devops MCP
by neetpatel

An MCP server that provides DevOps and DevSecOps context for the project

123 installs/wk local only

MD MD — questions

Answers built from our own checks of this server.

Why is there no uptime for MD MD?
MD MD runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package md-md-mcp-server.
How do I connect MD MD?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls md-md-mcp-server straight from npm; nothing to host, nothing to sign up for.
Is MD MD open source?
We cannot say either way: written in TypeScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.