Skip to content
Cursor

mitre atlas mcp for Cursor

io.github.csoai-org/mitre-atlas-mcp

MITRE ATLAS — Adversarial Threat Landscape for AI Systems. Tactics + techniques for attacking AI...

client:Cursor transport:stdio runtime:pypi

Install mitre atlas mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "mitre-atlas-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mitre-atlas-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

mitre atlas mcp in other clients