HackMD MCP Server
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) |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| 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 | |
TDQS
Scored across 12 tools
Each tool targets a clear and distinct resource (personal note vs. team note, history, user, team) with well-defined actions, so agents can easily differentiate them.
All tool names follow a consistent verb_noun pattern in snake_case (e.g., create_note, list_teams, update_team_note), with no mixing of conventions.
12 tools is an ideal scope for a note-taking server, covering both personal and team workflows without unnecessary bloat or deficiency.
The tool set provides full CRUD for personal and team notes, plus listing, history, user profile, and team management, leaving no obvious gaps for core note-taking operations.