MCP server for Lighter Protocol — graded safety gates (readonly/paper/live/funds), audit log, two-step confirmations.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"lighter-mcp": {
"command": "npx",
"args": [
"-y",
"iamgoatedaf/lighter-mcp"
]
}
}
}
Run in terminal:
claude mcp add lighter-mcp npx -y iamgoatedaf/lighter-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"lighter-mcp": {
"command": "npx",
"args": [
"-y",
"iamgoatedaf/lighter-mcp"
]
}
}
}