n0s1 mcp for Cursor
io.github.spark1security/n0s1-mcp
Secret scanner for Slack, Jira, Confluence, Asana, Wrike, Linear, Zendesk, GitHub and GitLab
client:Cursor
transport:stdio
runtime:pypi
Install n0s1 mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"n0s1-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"n0s1-mcp"
],
"env": {
"N0S1_TOKEN": "<N0S1_TOKEN>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs