Skip to content
Cursor

md md for Cursor

io.github.kedarvartak/md-md

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

client:Cursor transport:stdio runtime:npm

Install md md in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "md-md": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "md-md-mcp-server"
      ],
      "env": {
        "MD_MD_API_KEY": "<MD_MD_API_KEY>",
        "MD_MD_API_URL": "<MD_MD_API_URL>",
        "MD_MD_TEAM_ID": "<MD_MD_TEAM_ID>",
        "MD_MD_WORKSPACE_ID": "<MD_MD_WORKSPACE_ID>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

md md in other clients