Serversio.github.kedarvartak/md-md
M

io.github.kedarvartak/md-md

io.github.kedarvartak/md-md · v1.0.0
▦ npm
v1.0.0npm npm: md-md-mcp-server↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.kedarvartak/md-md",
  "description": "MCP server for md.md - provides team knowledge context to AI assistants",
  "repository": {
    "url": "https://github.com/kedarvartak/md.md",
    "source": "github"
  },
  "version": "1.0.0",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "md-md-mcp-server",
      "version": "1.0.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "API key for md.md backend",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "MD_MD_API_KEY"
        },
        {
          "description": "Base URL of md.md backend API",
          "format": "string",
          "name": "MD_MD_API_URL"
        },
        {
          "description": "Optional team scope override",
          "format": "string",
          "name": "MD_MD_TEAM_ID"
        },
        {
          "description": "Optional workspace scope override",
          "format": "string",
          "name": "MD_MD_WORKSPACE_ID"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}