hypelens agent rail for Cline
io.github.polyparlay/hypelens-agent-rail
Place/cancel/close HL perps via MCP. Agent wallet once, 1bp fills, no sub.
client:Cline
transport:stdio
runtime:npm
Install hypelens agent rail in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"hypelens-agent-rail": {
"command": "npx",
"args": [
"-y",
"@hypelens/hypelens-agent-rail"
],
"env": {
"HYPELENS_AGENT_PK": "<HYPELENS_AGENT_PK>",
"HYPELENS_NET": "<HYPELENS_NET>",
"HYPELENS_FEED_URL": "<HYPELENS_FEED_URL>",
"HYPELENS_FEED_FILE": "<HYPELENS_FEED_FILE>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs