altr mcp server for Claude Desktop
io.github.altrsoftware/altr-mcp-server
MCP server for ALTR data security: databases, tags, policies, classification, access, audits
client:Claude Desktop
transport:stdio
runtime:pypi
Install altr mcp server in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"altr-mcp-server": {
"command": "uvx",
"args": [
"altr-mcp"
],
"env": {
"ORG_ID": "<ORG_ID>",
"MAPI_KEY": "<MAPI_KEY>",
"MAPI_SECRET": "<MAPI_SECRET>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs