Verimand MCP Authority Server for Cursor
dev.verimand/mcp-authority-server
Agent-native access to verifiable VAGP authority.
client:Cursor
transport:stdio
runtime:npm
Install Verimand MCP Authority Server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-authority-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@verimand/mcp-authority-server"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs