magpie mcp for Cursor
io.github.magpiecapital/magpie-mcp
Agent-native lending on Solana via x402: borrow against tokens, arm in-vault TP/SL, repay.
client:Cursor
transport:stdio
runtime:npm
Install magpie mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"magpie-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@magpieloans/magpie-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs