mcpbeat Sign in

Exogram Authority Runtime MCP Server

by richard-ewing Your server? Claim it
local only

Exogram Authority Runtime runs on your own machine — the client starts it, so there is no endpoint to ping. 130 installs a week from pypi. Last commit 29 Jun 2026.

Model Context Protocol server for the Exogram Authority Runtime.

Installs per day peak 1 478 · avg 80 · -39% w/w
a month agotoday
130
Installs / week
pypi · mcp-server-exogram
0
Stars
0 open issues
29 Jun 2026
Last commit
0 releases in 90 days
License
TypeScript

What the code does

We read the source, 22 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

A line of code looks encrypted src/everything/tools/get-tiny-image.ts:6
  "iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAKsGlDQ1BJQ0MgUHJvZmlsZQAASImVlwdUU+kSgOfe9JDQEiIgJfQmSCeAlBBaAAXpYCMkAUKJMRBU7MriClZURLCs6KqIgo0idizYFsWC3QVZBNR1sWDDlXeBQ9jdd9575805c+a7c+efmf+e/z9nLgCdKZDJMlF1gCxpjjwyyI8dn5DIJvUABRiY0kBdIMyWcSMiwgCTUft3+dgGyJC9YzuU69/f/1fREImzh…
File ships in the package but is absent from the source [пакет] src/mcp_server_exogram/__init__.py:1, [пакет] src/mcp_server_exogram/server.py:1
этот файл ставится пользователю, но в репозитории его нет
Dumps the whole environment src/everything/tools/get-env.ts:34
          text: JSON.stringify(process.env, null, 2),
Long encoded blob in source src/everything/tools/get-tiny-image.ts:6
  "iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAKsGlDQ1BJQ0MgUHJvZmlsZQAASImVlwdUU+kSgOfe9JDQEiIgJfQmSCeAlBBaAAXpYCMkAUKJMRBU7MriClZURLCs6KqIgo0idizYFsWC3QVZBNR1sWDDlXeBQ9jdd9575805c+a7c+efmf+e/z9nLgCdKZDJMlF1gCxpjjwyyI8dn5DIJvUABRiY0kBdIMyWcSMiwgCTUft3+dgGyJC9YzuU69/f/1fREImzh…

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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 exogram -- uvx mcp-server-exogram
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "exogram": {
      "args": [
        "mcp-server-exogram"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.exogram]
command = "uvx"
args = ["mcp-server-exogram"]
.cursor/mcp.json
{
  "mcpServers": {
    "exogram": {
      "args": [
        "mcp-server-exogram"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "exogram": {
      "args": [
        "mcp-server-exogram"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: EXOGRAM_BEARER_TOKEN (Your Exogram API bearer token), EXOGRAM_API_URL (Exogram API base URL). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Exogram Authority Runtime

same job, measured the same way
Scopus MCP
by qwe4559999

A Model Context Protocol server for the Elsevier Scopus API

197 installs/wk local only
MCP For API
by appwrite

MCP (Model Context Protocol) server for Appwrite

33 496 installs/wk local only
Esa MCP Server
by koki-develop

A Model Context Protocol (MCP) server for esa.io

74 installs/wk local only
MCP Sitecore Server
by antonytm

A Model Context Protocol server for Sitecore

484 installs/wk local only
Excalidraw MCP
by cmd8

Model Context Protocol server for Excalidraw diagrams.

141 installs/wk local only
Wix
by wix

A Model Context Protocol server for Wix AI tools

answering
MCP All
by antonytm

A Model Context Protocol server to run other MCP servers

163 installs/wk local only
Podman MCP Server
by manusa

A Model Context Protocol (MCP) server for container runtimes (Podman and Docker)

112 installs/wk local only

Exogram Authority Runtime — questions

Answers built from our own checks of this server.

Why is there no uptime for Exogram Authority Runtime?
Exogram Authority Runtime 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 mcp-server-exogram was installed 130 times last week.
How do I connect Exogram Authority Runtime?
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 mcp-server-exogram straight from pypi; nothing to host, nothing to sign up for.
How many people use Exogram Authority Runtime?
The pypi package mcp-server-exogram was installed 130 times in the last week. Week over week that is -39%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Exogram Authority Runtime open source?
We cannot say either way: written in TypeScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.