Skip to content
Cline

altr mcp server for Cline

io.github.altrsoftware/altr-mcp-server

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

client:Cline transport:stdio runtime:pypi

Install altr mcp server in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

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

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

altr mcp server in other clients