kasbah mcp for Cursor
io.github.al-adnane/kasbah-mcp
Governance layer for agentic AI — signed, verifiable receipts for every agent action.
client:Cursor
transport:stdio
runtime:npm
Install kasbah mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"kasbah-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@yobekasbah/mcp-server"
],
"env": {
"KASBAH_API_KEY": "<KASBAH_API_KEY>",
"KASBAH_API": "<KASBAH_API>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs