Skip to content
Cursor

altr mcp server for Cursor

io.github.altrsoftware/altr-mcp-server

MCP server for ALTR data security: databases, tags, policies, classification, access, audits

client:Cursor transport:stdio runtime:pypi

Install altr mcp server in Cursor

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

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

{
  "mcpServers": {
    "altr-mcp-server": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "altr-mcp"
      ],
      "env": {
        "ORG_ID": "<ORG_ID>",
        "MAPI_KEY": "<MAPI_KEY>",
        "MAPI_SECRET": "<MAPI_SECRET>"
      }
    }
  }
}

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

altr mcp server in other clients