januscope for Cursor
io.github.giancarloerra/januscope
Local MCP proxy for tool restrictions, response redaction, audit logs, and database schema context.
client:Cursor
transport:stdio
runtime:npm
Install januscope in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"januscope": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"januscope"
],
"env": {
"JANUSCOPE_USER": "<JANUSCOPE_USER>",
"JANUSCOPE_TEAM": "<JANUSCOPE_TEAM>",
"JANUSCOPE_SESSION": "<JANUSCOPE_SESSION>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs