hedgedoc-mcp-server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HEDGEDOC_URL | Yes | The URL of the HedgeDoc 1.x instance |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| hedgedoc_create_blankA | Create a blank HedgeDoc note with the instance's default template content. Useful for quickly starting a new note without providing content upfront. Returns the note ID and URL. |
| hedgedoc_createA | Create a new HedgeDoc note with a random ID.
|
| hedgedoc_create_with_aliasA | Create a new HedgeDoc note with a custom URL alias. Requires HedgeDoc's FreeURL mode to be enabled on the instance (CMD_ALLOW_FREEURL=true).
|
| hedgedoc_create_diagramA | Create a HedgeDoc note with a Mermaid diagram. HedgeDoc 1.x renders Mermaid natively in the editor.
|
| hedgedoc_readA | Read the raw markdown content of a HedgeDoc note.
|
| hedgedoc_infoA | Get metadata of a HedgeDoc note (title, description, timestamps, viewcount).
|
| hedgedoc_list_revisionsA | List all available revisions of a HedgeDoc note. Each revision entry has an id (Unix timestamp) and a length (chars). The revision-id can be used with hedgedoc_get_revision to retrieve the full content of a specific revision.
|
| hedgedoc_get_revisionA | Get the full content and authorship of a specific revision.
|
| hedgedoc_publish_urlA | Get the published (read-only) URL of a HedgeDoc note. HedgeDoc's publish mode renders the note without the editor UI — ideal for sharing with viewers who should not edit the content.
|
| hedgedoc_slide_urlA | Get the slide presentation URL of a HedgeDoc note. HedgeDoc can render notes designed as slides (using slide breaks) into a full-screen presentation — useful for diagrams in meetings.
|
| hedgedoc_statusA | Get the current status of the HedgeDoc instance. Returns JSON with:
|
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
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/Jyzus/kaymer-hedgedoc-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server