lighter mcp for Windsurf
io.github.winter0x/lighter-mcp
Read Lighter perpetual markets and place guarded orders, including the H100 compute-price market.
client:Windsurf
transport:stdio
runtime:npm
Install lighter mcp in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"lighter-mcp": {
"command": "npx",
"args": [
"-y",
"lighter-mcp"
],
"env": {
"LIGHTER_NETWORK": "<LIGHTER_NETWORK>",
"LIGHTER_ACCOUNT_INDEX": "<LIGHTER_ACCOUNT_INDEX>",
"LIGHTER_API_KEY_INDEX": "<LIGHTER_API_KEY_INDEX>",
"LIGHTER_API_KEY_PRIVATE_KEY": "<LIGHTER_API_KEY_PRIVATE_KEY>",
"LIGHTER_MAX_NOTIONAL_USD": "<LIGHTER_MAX_NOTIONAL_USD>",
"LIGHTER_CHAIN_ID": "<LIGHTER_CHAIN_ID>",
"LIGHTER_READ_ONLY_TOKEN": "<LIGHTER_READ_ONLY_TOKEN>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs