Package Intel for Cursor
io.github.adam121393/package-intel
npm, PyPI & crates.io health, vulns and dependency graphs. Runs locally, no API key.
client:Cursor
transport:stdio
runtime:npm
Install Package Intel in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"package-intel": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"package-intel-mcp"
],
"env": {
"API_URL": "<API_URL>",
"NETWORK": "<NETWORK>",
"X402_PRIVATE_KEY": "<X402_PRIVATE_KEY>",
"X402_TX_HASH": "<X402_TX_HASH>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs