
Product
PHP and Composer Support Is Now in Beta
Socket’s PHP and Composer support is now in Beta for all customers, with PHP reachability analysis generally available.
mcp-server-exogram
Advanced tools
A Model Context Protocol server providing tools to evaluate, commit, and audit actions through the Exogram Authority Runtime
mcp-name: io.github.Richard-Ewing/exogram
A Model Context Protocol (MCP) server providing tools to evaluate, commit, and audit agentic actions through the Exogram Authority Runtime.
This server enables AI models (like Claude Desktop) to request cryptographic authorization before executing state-changing tools and securely store/retrieve records in the Exogram vault.
| Tool | Description |
|---|---|
exogram_evaluate_action | Request authorization for a tool call. Returns a token if ALLOWED, or blocks execution if it violates policy constraints. |
exogram_commit_action | Commit an executed action token to the immutable audit ledger. |
exogram_store_record | Store a fact/record in the encrypted trust vault (scrubs PII, matches conflicts). |
exogram_search_records | Search vault records using semantic similarity. |
uv pip install mcp-server-exogram
pip install mcp-server-exogram
Add this to your Claude Desktop configuration file:
{
"mcpServers": {
"exogram": {
"command": "uv",
"args": [
"run",
"--package",
"mcp-server-exogram",
"mcp-server-exogram"
],
"env": {
"EXOGRAM_API_URL": "https://api.exogram.ai",
"EXOGRAM_BEARER_TOKEN": "<YOUR_EXOGRAM_BEARER_TOKEN>"
}
}
}
}
EXOGRAM_API_URL=https://api.exogram.ai \
EXOGRAM_BEARER_TOKEN=your-token \
uvx mcp-server-exogram
| Variable | Required | Default | Description |
|---|---|---|---|
EXOGRAM_BEARER_TOKEN | Yes | — | Your Exogram API bearer token |
EXOGRAM_API_URL | No | https://api.exogram.ai | Exogram API base URL |
# Clone and setup
git clone https://github.com/Richard-Ewing/servers.git
cd servers/src/exogram
# Install dependencies
uv sync --all-extras --dev
# Run type checking
uv run pyright
# Run linting
uv run ruff check .
# Run tests
uv run pytest tests/
# Build package
uv build
MIT — see LICENSE for details.
FAQs
A Model Context Protocol server providing tools to evaluate, commit, and audit actions through the Exogram Authority Runtime
We found that mcp-server-exogram demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Product
Socket’s PHP and Composer support is now in Beta for all customers, with PHP reachability analysis generally available.

Product
Socket is bringing experimental protection to Firefox, scanning 97,000+ extensions in Mozilla's official directory for malware and risky updates.

Research
/Security News
Three compromised Rust crates pulled in a malicious dependency that downloaded and executed cross-platform malware during Cargo builds.