Basis Protocol for Cursor
io.github.shlok-lgtm/basis-mcp
Stablecoin risk scores, wallet risk profiles, and transaction risk assessment.
client:Cursor
transport:stdio
runtime:npm
Install Basis Protocol in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"basis-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@basis-protocol/mcp-server"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs