xap for Cursor
io.github.omoshola-o/xap
Agent settlement protocol — discover, negotiate, settle, and verify with XAP.
client:Cursor
transport:stdio
runtime:npm
Install xap in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"xap": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@agenticamem/xap-mcp"
],
"env": {
"XAP_MODE": "<XAP_MODE>",
"XAP_API_KEY": "<XAP_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs