lightning memory for Cursor
io.github.singularityjason/lightning-memory
Decentralized agent memory for the Lightning economy. Nostr identity, L402 payments.
client:Cursor
transport:stdio
runtime:pypi
Install lightning memory in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"lightning-memory": {
"type": "stdio",
"command": "uvx",
"args": [
"lightning-memory"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs