hypelens agent rail for Grok
io.github.polyparlay/hypelens-agent-rail
Place/cancel/close HL perps via MCP. Agent wallet once, 1bp fills, no sub.
client:Grok
transport:stdio
runtime:npm
Install hypelens agent rail in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"hypelens-agent-rail": {
"type": "stdio",
"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>"
}
}
}
}
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