mcpbeat Sign in

Tgms MCP Server

local only

Tgms runs on your own machine — the client starts it, so there is no endpoint to ping. 342 installs a week from pypi. Last commit 18 Sep 2026.

Bi-temporal graph store with 15 verified temporal operators as typed, deterministic MCP tools.

Installs per day peak 1 006 · avg 124 · -60% w/w
a month agotoday
342
Installs / week
pypi · tgms
2
Stars
0 open issues
18 Sep 2026
Last commit
0 releases in 90 days
Apache-2.0
License
Python

What the code does

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

Evidence

Things with no honest explanation: a promise that contradicts the code, code that runs at install time while hiding what it does, data leaving the machine.

Deletes files or strips permissions tgms/demo.py:330, [пакет] tgms/demo.py:330
        n.line(f"The demo store is disposable: rm -rf {root}")
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.

Runs an external command [пакет] tgms/eval/bench_ops.py:69, [пакет] tgms/eval/baselines.py:306, [пакет] tgms/eval/harness.py:213
            return subprocess.run(["git", *args], capture_output=True,
        select = ", ".join(f"{exprs[c]} AS {c}" for c in int_cols + str_cols)
Unsafe deserialization [пакет] tgms/eval/baselines.py:317
                return pickle.loads(base64.b64decode(out.stdout)), None

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

We found things in this code

Code changes quietly between releases, and nobody reads the diff of a dependency. We do, on every release — watch Tgms and you get told the day something new turns up.

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

Alternatives to Tgms

same job, measured the same way
ChainWeaver
by dgenio

Expose deterministic ChainWeaver flows as MCP tools without LLM calls between steps.

132 installs/wk local only
Temporal Cortex Calendar MCP
by billylui

12 deterministic calendar tools — temporal context, scheduling, availability, and booking

local only
Chronoguard
by kelli930

Deterministic temporal and business-date arithmetic for AI agents via MCP.

local only
I
Discord MCP
by cappyeo

Caller-owned Discord operations for AI agents with 209 typed tools and verifiable guild builds.

637 installs/wk local only
DocGuard
by raccioly

Deterministic doc-drift detection: guard, score, explain, verify-claims and diagnose MCP tools.

2 254 installs/wk local only
Hex Graph
by levnikolaevich

Deterministic layered code graph MCP server with framework overlays and SCIP interop.

79 installs/wk local only
Temporal Cortex Calendar MCP
by temporal-cortex

18 deterministic calendar tools: contact resolution, temporal context, availability, booking

103 installs/wk local only
Bounded Tools MCP
by bounded-systems

Read-only MCP server over bounded.tools's Sigstore-verified static API (stdio).

20 installs/wk local only

Tgms — questions

Answers built from our own checks of this server.

Why is there no uptime for Tgms?
Tgms 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 tgms was installed 342 times last week.
How do I connect Tgms?
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 tgms straight from pypi; nothing to host, nothing to sign up for.
How many people use Tgms?
The pypi package tgms was installed 342 times in the last week. Week over week that is -60%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Tgms open source?
Yes — it is published under the Apache-2.0 licence, written in Python and 2 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.