Skip to content
VS Code

magpie mcp for VS Code

io.github.magpiecapital/magpie-mcp

Agent-native lending on Solana via x402: borrow against tokens, arm in-vault TP/SL, repay.

client:VS Code transport:stdio runtime:npm

Install magpie mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "magpie-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@magpieloans/magpie-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

magpie mcp in other clients