HackMD MCP Server
by zyx1121
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HACKMD_API_TOKEN | Yes | API token from HackMD (Settings → API) |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_meA | Get current user profile |
| list_notesB | List all notes of the current user |
| get_noteA | Get a note by ID (returns full content) |
| create_noteC | Create a new note |
| update_noteB | Update a note's content or permissions |
| delete_noteC | Delete a note |
| get_historyC | Get reading history |
| list_teamsB | List teams the user belongs to |
| list_team_notesC | List notes of a team |
| create_team_noteC | Create a note in a team |
| update_team_noteC | Update a team note |
| delete_team_noteC | Delete a team note |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/zyx1121/hackmd-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server