← Back to Plugins
MCP Server MCP

mdedit.ai

github By github 👁 1 views ▲ 0 votes

Create, read, edit, review, and explicitly publish Markdown Documents in mdedit.ai.

Homepage Verified source GitHub

Install

npx -y @mdedit/[email protected]

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://mcp.mdedit.ai/mcp"
    }
  ],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@mdedit/mcp-server",
      "version": "0.2.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Optional scoped mdedit API key. When omitted, the shared mdedit OAuth profile is used.",
          "format": "string",
          "isSecret": true,
          "name": "MDEDIT_API_KEY"
        },
        {
          "description": "Optional shared OAuth profile name.",
          "format": "string",
          "name": "MDEDIT_PROFILE"
        }
      ]
    }
  ]
}
mcp model-context-protocol streamable-http npm

Comments

Sign in to leave a comment

Loading comments...