mnki mcp for Cursor
io.github.mnkiagentos/mnki-mcp
MCP proxy that checks every tools/call against Agent Trust policy, with evidence, before it runs.
client:Cursor
transport:stdio
runtime:npm
Install mnki mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mnki-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mnki-mcp"
],
"env": {
"MNKI_API_KEY": "<MNKI_API_KEY>",
"MNKI_URL": "<MNKI_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs