mcp server for Cursor
io.github.srbryant86/mcp-server
Sign AI output for EU AI Act + FRE 902 compliance, verify content authenticity provenance
client:Cursor
transport:stdio
runtime:npm
Install mcp server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@certnode/mcp-server"
],
"env": {
"CERTNODE_API_KEY": "<CERTNODE_API_KEY>",
"CERTNODE_API_URL": "<CERTNODE_API_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs