Skip to content
VS Code

n0s1 mcp for VS Code

io.github.spark1security/n0s1-mcp

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

client:VS Code transport:stdio runtime:pypi

Install n0s1 mcp in VS Code

.vscode/mcp.json

{
  "inputs": [
    {
      "type": "promptString",
      "id": "n0s1-token",
      "description": "N0S1_TOKEN",
      "password": true
    }
  ],
  "servers": {
    "n0s1-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "n0s1-mcp"
      ],
      "env": {
        "N0S1_TOKEN": "${input:n0s1-token}"
      }
    }
  }
}

VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs

n0s1 mcp in other clients