Home › Databases & Data › JanuScope
JanuScope
Local MCP proxy for tool restrictions, response redaction, audit logs, and database schema context.
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Package (npm 0.5.0)
npx -y januscope@0.5.0
Or add to your MCP client config:
{
"mcpServers": {
"januscope": {
"command": "npx",
"args": [
"-y",
"januscope@0.5.0"
],
"env": {
"JANUSCOPE_USER": "<YOUR_VALUE>",
"JANUSCOPE_TEAM": "<YOUR_VALUE>",
"JANUSCOPE_SESSION": "<YOUR_VALUE>"
}
}
}
}
JANUSCOPE_USER— Optional identity attribution stamped onto every audit record. Free-form operator identifier (email, employee id) for SIEM joins. Omitted from records when unset.JANUSCOPE_TEAM— Optional org / team / cost-centre identifier stamped onto every audit record. Omitted when unset.JANUSCOPE_SESSION— Optional client-side correlation id stamped onto every audit record. Useful for cross-process tracing.
This server takes extra arguments — see its repository.
Related servers
dbx
Query databases from AI agents using connections configured in DBX.
MCP Toolbox for Databases
MCP Toolbox for Databases enables your agent to connect to your database.
baserow
Baserow database integration with table search, list, and row create, read, update, and delete capabilities.
mcp-server-chart
A Model Context Protocol server for generating charts using AntV.
vizro
Tools and templates to create validated and maintainable data charts and dashboards.
DBHub
Token-efficient database MCP server for PostgreSQL, MySQL, MariaDB, SQL Server, Oracle, SQLite
Data from the Official MCP Registry