lightning memory for Grok
io.github.singularityjason/lightning-memory
Decentralized agent memory for the Lightning economy. Nostr identity, L402 payments.
client:Grok
transport:stdio
runtime:pypi
Install lightning memory in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"lightning-memory": {
"type": "stdio",
"command": "uvx",
"args": [
"lightning-memory"
]
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs