Skip to content

Windsurf

Add the MDtoLink MCP server to Windsurf.

Add to ~/.codeium/windsurf/mcp_config.json:

{
"mcpServers": {
"mdtolink": {
"command": "npx",
"args": ["-y", "-p", "mdtolink", "mdtolink-mcp"],
"env": {
"MDTOLINK_API_KEY": "mdtolink_xxxxxxxxxxxx"
}
}
}
}

Get your API key from your account settings. If you’ve already run mdtolink login, the env block is optional.

In Cascade, ask Windsurf things like:

  • “Publish this markdown file to a shareable URL”
  • “Show me my published documents”
  • “Delete the document we published earlier”