Skip to content
Cursor

dyer md for Cursor

io.github.srishesh-archik/dyer-md

Access your dyer.md Markdown vault as a knowledge source for AI agents.

client:Cursor transport:stdio runtime:npm

Install dyer md in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "dyer-md": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "dyer-md-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

dyer md in other clients