ALTR MCP Server
Rank #33,749io.github.altrsoftware/altr-mcp-server
MCP server for ALTR data security: databases, tags, policies, classification, access, audits
ALTR MCP Server is a Model Context Protocol (MCP) server published by altrsoftware. It ranks #33,749 of 132,046 servers tracked on MCP Toplist. ALTR MCP Server is listed across 3 registries — Official MCP, Glama and PulseMCP, with 7 tracked versions. It was first listed on May 30, 2026 and most recently updated on Aug 18, 2026.
Ranks ahead of 98,297 of 132,046 servers on MCP Toplist.
Use ALTR MCP Server
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add altr-mcp-server -e "ORG_ID=<your ORG_ID>" -e "MAPI_KEY=<your MAPI_KEY>" -e "MAPI_SECRET=<your MAPI_SECRET>" -- uvx altr-mcpReplace each placeholder with your own value before saving.
[mcp_servers.altr-mcp-server]
command = "uvx"
args = ["altr-mcp"]
[mcp_servers.altr-mcp-server.env]
ORG_ID = "<your ORG_ID>"
MAPI_KEY = "<your MAPI_KEY>"
MAPI_SECRET = "<your MAPI_SECRET>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"altr-mcp-server": {
"command": "uvx",
"args": [
"altr-mcp"
],
"env": {
"ORG_ID": "<your ORG_ID>",
"MAPI_KEY": "<your MAPI_KEY>",
"MAPI_SECRET": "<your MAPI_SECRET>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"altr-mcp-server": {
"command": "uvx",
"args": [
"altr-mcp"
],
"env": {
"ORG_ID": "<your ORG_ID>",
"MAPI_KEY": "<your MAPI_KEY>",
"MAPI_SECRET": "<your MAPI_SECRET>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"altr-mcp-server": {
"type": "stdio",
"command": "uvx",
"args": [
"altr-mcp"
],
"env": {
"ORG_ID": "<your ORG_ID>",
"MAPI_KEY": "<your MAPI_KEY>",
"MAPI_SECRET": "<your MAPI_SECRET>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"altr-mcp-server": {
"command": "uvx",
"args": [
"altr-mcp"
],
"env": {
"ORG_ID": "<your ORG_ID>",
"MAPI_KEY": "<your MAPI_KEY>",
"MAPI_SECRET": "<your MAPI_SECRET>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"altr-mcp-server": {
"command": "uvx",
"args": [
"altr-mcp"
],
"env": {
"ORG_ID": "<your ORG_ID>",
"MAPI_KEY": "<your MAPI_KEY>",
"MAPI_SECRET": "<your MAPI_SECRET>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.altrsoftware%2Faltr-mcp-server)<a href="https://mcptoplist.com/server/io.github.altrsoftware%2Faltr-mcp-server"><img src="https://mcptoplist.com/badge/io.github.altrsoftware%2Faltr-mcp-server.svg" alt="MCP Toplist: Top 50% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
altrsoftware
Available versions (7)
| Version | Published |
|---|---|
| 0.6.0 | Aug 18, 2026 |
| 0.5.7 | Aug 11, 2026 |
| 0.5.6 | Aug 3, 2026 |
| 0.5.5 | Aug 3, 2026 |
| 0.5.4 | Jul 31, 2026 |
| 0.5.3 | Jul 29, 2026 |
| 0.5.1 | Jul 1, 2026 |
Frequently asked questions
- Who maintains ALTR MCP Server?
- ALTR MCP Server is maintained by altrsoftware, which publishes 1 MCP server (7 total versions) tracked on MCP Toplist.
- Is ALTR MCP Server listed on the Official MCP Registry?
- Yes — ALTR MCP Server is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does ALTR MCP Server have?
- MCP Toplist tracks 7 versions of ALTR MCP Server, most recently published on Aug 18, 2026.
- Where can I find the source code for ALTR MCP Server?
- The source code for ALTR MCP Server is hosted at github.com/altrsoftware/altr-mcp-server.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.