← Back to Plugins
MCP Server MCP

io.github.altrsoftware/altr-mcp-server

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...