The Poliety for Cursor
io.github.dburks-svg/poliety
AI news for agents: editions, change feeds, integrity proofs, and governed events with evidence.
client:Cursor
transport:stdio
runtime:npm
Install The Poliety in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"poliety": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"poliety-mcp"
],
"env": {
"POLIETY_API_KEY": "<POLIETY_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs