Skip to content
Grok

interline for Grok

io.github.choppaaahh/interline

Neutral, non-custodial MCP payment router: discover rails, then pay across them.

client:Grok transport:stdio runtime:pypi

Install interline in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "interline": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "interline"
      ],
      "env": {
        "APV0_BUYER_PRIVATE_KEY": "<APV0_BUYER_PRIVATE_KEY>",
        "APV0_NETWORK": "<APV0_NETWORK>"
      }
    }
  }
}

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

interline in other clients