MCP Server
MCP
io.github.altrsoftware/altr-mcp-server
MCP server for ALTR data security: databases, tags, policies, classification, access, audits
Install
uvx altr-mcp
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"registryBaseUrl": "https://pypi.org",
"identifier": "altr-mcp",
"version": "0.6.0",
"runtimeHint": "uvx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "ALTR organization ID",
"isRequired": true,
"format": "string",
"name": "ORG_ID"
},
{
"description": "ALTR management API key",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "MAPI_KEY"
},
{
"description": "ALTR management API secret",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "MAPI_SECRET"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment