januscope for Grok
io.github.giancarloerra/januscope
Local MCP proxy for tool restrictions, response redaction, audit logs, and database schema context.
client:Grok
transport:stdio
runtime:npm
Install januscope in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"januscope": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"januscope"
],
"env": {
"JANUSCOPE_USER": "<JANUSCOPE_USER>",
"JANUSCOPE_TEAM": "<JANUSCOPE_TEAM>",
"JANUSCOPE_SESSION": "<JANUSCOPE_SESSION>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs