← Back to Plugins
MCP Server MCP

HackMD

github By github 👁 2 views ▲ 0 votes

A Model Context Protocol server for integrating HackMD's note-taking platform with AI assistants.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "hackmd-mcp",
      "version": "1.5.7",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your HackMD API token for API authentication",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "HACKMD_API_TOKEN"
        },
        {
          "description": "Optional HackMD API URL, defaults to https://api.hackmd.io/v1",
          "format": "string",
          "default": "https://api.hackmd.io/v1",
          "name": "HACKMD_API_URL"
        }
      ]
    },
    {
      "registryType": "oci",
      "identifier": "ghcr.io/yuna0x0/hackmd-mcp:1.5.7",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your HackMD API token for API authentication",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "HACKMD_API_TOKEN"
        },
        {
          "description": "Optional HackMD API URL, defaults to https://api.hackmd.io/v1",
          "format": "string",
          "default": "https://api.hackmd.io/v1",
          "name": "HACKMD_API_URL"
        }
      ]
    },
    {
      "registryType": "mcpb",
      "identifier": "https://github.com/yuna0x0/hackmd-mcp/releases/download/v1.5.7/hackmd-mcp-1.5.7.mcpb",
      "fileSha256": "dfa69444294d38467f6fbd2c36ac57a0850bde767b20cacaa5f9d8b2a4b88934",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your HackMD API token for API authentication",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "HACKMD_API_TOKEN"
        },
        {
          "description": "Optional HackMD API URL, defaults to https://api.hackmd.io/v1",
          "format": "string",
          "default": "https://api.hackmd.io/v1",
          "name": "HACKMD_API_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm oci mcpb

Comments

Sign in to leave a comment

Loading comments...