Skip to content
Grok

md md for Grok

io.github.kedarvartak/md-md

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

client:Grok transport:stdio runtime:npm

Install md md in Grok

.mcp.json (in your project root)

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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

md md in other clients