attest mcp for Cursor
io.github.spazio-genesi/attest-mcp
Free proof-of-existence attestation for digital files, MCP tools for the imgauth service.
client:Cursor
transport:stdio
runtime:npm
Install attest mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"attest-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@spazio-genesi/attest-mcp"
],
"env": {
"IMGAUTH_API_KEY": "<IMGAUTH_API_KEY>",
"IMGAUTH_BASE_URL": "<IMGAUTH_BASE_URL>",
"IMGAUTH_CERT_PAGE_BASE": "<IMGAUTH_CERT_PAGE_BASE>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs