recon kit mcp for Cursor
io.github.nan786521/recon-kit-mcp
Read-only network & security recon tools (DNS, TLS, headers, CORS) for AI agents, each graded.
client:Cursor
transport:stdio
runtime:pypi
Install recon kit mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"recon-kit-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"recon-kit-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs