Opening Cursor…
Attempting to launch Cursor to install the Markdy MCP Server automatically.
Manual Configuration
If Cursor did not open automatically, add this to your ~/.cursor/mcp.json or project .cursor/mcp.json:
{
"mcpServers": {
"markdy": {
"command": "npx",
"args": ["-y", "@markdy/mcp-server"]
}
}
}