altr mcp server for Grok
io.github.altrsoftware/altr-mcp-server
MCP server for ALTR data security: databases, tags, policies, classification, access, audits
client:Grok
transport:stdio
runtime:pypi
Install altr mcp server in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"altr-mcp-server": {
"type": "stdio",
"command": "uvx",
"args": [
"altr-mcp"
],
"env": {
"ORG_ID": "<ORG_ID>",
"MAPI_KEY": "<MAPI_KEY>",
"MAPI_SECRET": "<MAPI_SECRET>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs