HackMD for Zed
io.github.yuna0x0/hackmd-mcp
A Model Context Protocol server for integrating HackMD's note-taking platform with AI assistants.
client:Zed
transport:stdio
runtime:npm
Install HackMD in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"hackmd-mcp": {
"command": "npx",
"args": [
"-y",
"hackmd-mcp"
],
"env": {
"HACKMD_API_TOKEN": "<HACKMD_API_TOKEN>",
"HACKMD_API_URL": "<HACKMD_API_URL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs