Skip to content
Grok

n0s1 mcp for Grok

io.github.spark1security/n0s1-mcp

Secret scanner for Slack, Jira, Confluence, Asana, Wrike, Linear, Zendesk, GitHub and GitLab

client:Grok transport:stdio runtime:pypi

Install n0s1 mcp in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "n0s1-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "n0s1-mcp"
      ],
      "env": {
        "N0S1_TOKEN": "<N0S1_TOKEN>"
      }
    }
  }
}

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

n0s1 mcp in other clients