minutes for Cursor
io.github.silverstein/minutes
The private, owned conversation-memory layer for AI. Record, transcribe, and search every meeting.
client:Cursor
transport:stdio
runtime:npm
Install minutes in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"minutes": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"minutes-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs