Skip to content
Windsurf

altr mcp server for Windsurf

io.github.altrsoftware/altr-mcp-server

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

client:Windsurf transport:stdio runtime:pypi

Install altr mcp server in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.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>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

altr mcp server in other clients