mcpbeat Sign in

Altr MCP Server

by altrsoftware Your server? Claim it
local only

Altr MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 242 installs a week from pypi. Last commit 17 Aug 2026.

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

Installs per day peak 513 · avg 88 · -21% w/w
a month agotoday
242
Installs / week
pypi · altr-mcp
0
Stars
0 open issues
17 Aug 2026
Last commit
0 releases in 90 days
License
Python

Nothing serious here today

Today is the operative word: we check Altr MCP Server every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add altr-mcp-server -- uvx altr-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "altr-mcp-server": {
      "args": [
        "altr-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.altr-mcp-server]
command = "uvx"
args = ["altr-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "altr-mcp-server": {
      "args": [
        "altr-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "altr-mcp-server": {
      "args": [
        "altr-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: ORG_ID (ALTR organization ID), MAPI_KEY (ALTR management API key), MAPI_SECRET (ALTR management API secret). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Altr MCP Server

same job, measured the same way
DataLink
by pilat

MCP server for secure database access (PostgreSQL, MySQL, SQLite)

42 installs/wk local only
Copilot Datagate
by afurlane

Policy-driven, read-only MCP server for safe database access from AI tools.

32 installs/wk local only
GLEIF MCP Server
by olgasafonova

Access the GLEIF LEI database for company verification, KYC, and ownership research.

local only
Mysql
by marcelo-ochoa

An MCP server for MySQL databases.

38 installs/wk local only
Nyc Property Intel
by ccedacero

MCP server giving Claude AI access to 22+ NYC public-record databases for real estate due diligence

answering
Colabfit MCP
by colabfit

An MCP server that provides access to the ColabFit database

81 installs/wk local only
GWAS Bioinformatics MCP Server
by zaeyasa

Access 30+ bioinformatics tools from 14 databases.

77 installs/wk local only
Tiger MCP
by timescale

Provides programmatic access to Tiger Cloud services, databases, and documentation.

local only

Altr MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for Altr MCP Server?
Altr MCP Server runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package altr-mcp was installed 242 times last week.
How do I connect Altr MCP Server?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls altr-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Altr MCP Server?
The pypi package altr-mcp was installed 242 times in the last week. Week over week that is -21%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Altr MCP Server open source?
We cannot say either way: written in Python and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.