l402 kit for Cursor
io.github.thiagodataengineer/l402-kit
MCP server for L402-protected APIs via Bitcoin Lightning. Pay-per-call AI tools in sats.
client:Cursor
transport:stdio
runtime:npm
Install l402 kit in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"l402-kit": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"l402-kit"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs