PatchX Freenote Agent for Cursor
io.github.zsts119/patchxnote-agent
PatchX Freenote MCP: summaries, memories, model results and user-approved webhook workflows.
client:Cursor
transport:stdio
runtime:npm
Install PatchX Freenote Agent in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"patchxnote-agent": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"patchxnote-agent"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs