The Neural Ledger Intelligence for Cursor
com.theneuralledger/intelligence
Read-only global event and evidence intelligence with entities, assets, and impact paths.
client:Cursor
transport:stdio
runtime:npm
Install The Neural Ledger Intelligence in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"intelligence": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@theneuralledger/mcp"
],
"env": {
"TNL_API_KEY": "<TNL_API_KEY>",
"TNL_BASE_URL": "<TNL_BASE_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs