Vaultfire Trust Protocol for Cursor
io.github.ghostkey316/vaultfire
On-chain trust verification and Street Cred for AI agents. ERC-8004, multi-chain.
client:Cursor
transport:stdio
runtime:npm
Install Vaultfire Trust Protocol in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"vaultfire": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@vaultfire/mcp-server"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs