HackMD for Windsurf
io.github.yuna0x0/hackmd-mcp
A Model Context Protocol server for integrating HackMD's note-taking platform with AI assistants.
client:Windsurf
transport:stdio
runtime:npm
Install HackMD in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"hackmd-mcp": {
"command": "npx",
"args": [
"-y",
"hackmd-mcp"
],
"env": {
"HACKMD_API_TOKEN": "<HACKMD_API_TOKEN>",
"HACKMD_API_URL": "<HACKMD_API_URL>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs