← Back to browse

md-md

Indexed by io.github.kedarvartak

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsMD_MD_API_KEY MD_MD_API_URL MD_MD_TEAM_ID MD_MD_WORKSPACE_ID
Claude Code
claude mcp add --env MD_MD_API_KEY= --env MD_MD_API_URL= --env MD_MD_TEAM_ID= --env MD_MD_WORKSPACE_ID= md-md -- npx md-md-mcp-server
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"md-md","command":"npx","args":["md-md-mcp-server"],"env":{"MD_MD_API_KEY":"","MD_MD_API_URL":"","MD_MD_TEAM_ID":"","MD_MD_WORKSPACE_ID":""}}'
JSON
{
  "mcpServers": {
    "md-md": {
      "command": "npx",
      "args": [
        "md-md-mcp-server"
      ],
      "env": {
        "MD_MD_API_KEY": "",
        "MD_MD_API_URL": "",
        "MD_MD_TEAM_ID": "",
        "MD_MD_WORKSPACE_ID": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.