← Back to browse

gblin-mcp-server

Indexed by io.github.gblinproject

About

Collateral-backed treasury vault for AI agents on Base. Crash Shield defends, JIT pays x402.

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsGBLIN_RPC_URL
Claude Code
claude mcp add --env GBLIN_RPC_URL= gblin-mcp-server -- npx @gblin-protocol/mcp-server
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"gblin-mcp-server","command":"npx","args":["@gblin-protocol/mcp-server"],"env":{"GBLIN_RPC_URL":""}}'
JSON
{
  "mcpServers": {
    "gblin-mcp-server": {
      "command": "npx",
      "args": [
        "@gblin-protocol/mcp-server"
      ],
      "env": {
        "GBLIN_RPC_URL": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.