Madar for Cursor
io.github.mohanagy/madar
Authenticated local evidence paths for JavaScript and TypeScript coding agents.
client:Cursor
transport:stdio
runtime:npm
Install Madar in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"madar": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@lubab/madar"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs