MadTaco for Cursor
dev.madtaco/mcp
Verification and trust checks for AI agents: validate, screen, propose, accounts, usage.
client:Cursor
transport:stdio
runtime:npm
Install MadTaco in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@madtaco/mcp"
],
"env": {
"MADTACO_API_BASE": "<MADTACO_API_BASE>",
"MADTACO_API_KEY": "<MADTACO_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs