← Back to Plugins
MCP Server MCP

io.github.kedarvartak/md-md

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "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"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...