Runtime authorization for AI agents and smart contracts: immutable on-chain policy registry, EIP-712 grants, MCP server
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"smartpolicy": {
"command": "npx",
"args": [
"-y",
"smartpolicy-protocol/smartpolicy"
]
}
}
}
Run in terminal:
claude mcp add smartpolicy npx -y smartpolicy-protocol/smartpolicy
Add to .cursor/mcp.json:
{
"mcpServers": {
"smartpolicy": {
"command": "npx",
"args": [
"-y",
"smartpolicy-protocol/smartpolicy"
]
}
}
}