think mcp for Cursor
net.agentutil/think-mcp
Intent security pre-flight checks for autonomous AI agents.
client:Cursor
transport:stdio
runtime:npm
Install think mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"think-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@agentutil/think-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs