XAPS MCP Server for Cursor
io.github.apmc1/xaps
Pre-execution audit for autonomous agents. Independent receipt before irreversible actions.
client:Cursor
transport:stdio
runtime:pypi
Install XAPS MCP Server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"xaps": {
"type": "stdio",
"command": "uvx",
"args": [
"xaps-sdk"
],
"env": {
"XAPS_AGENT_KEY": "<XAPS_AGENT_KEY>",
"XAPS_API_URL": "<XAPS_API_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs