TGMS MCP Server
Rank #3,167io.github.zxf-work/tgms
Bi-temporal graph store with 15 verified temporal operators as typed, deterministic MCP tools.
TGMS MCP Server is a Model Context Protocol (MCP) server published by zxf-work. It ranks #3,167 of 132,046 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. TGMS MCP Server is listed across 2 registries — Official MCP and Glama, with 2 tracked versions. It was first listed on Jul 11, 2026 and most recently updated on Aug 23, 2026.
Ranks ahead of 128,879 of 132,046 servers on MCP Toplist.
Use TGMS MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add tgms -- uvx --from "tgms[agent]" tgms serve --store "</path/to/store>"Replace each placeholder with your own value before saving.
[mcp_servers.tgms]
command = "uvx"
args = ["--from", "tgms[agent]", "tgms", "serve", "--store", "</path/to/store>"]Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"tgms": {
"command": "uvx",
"args": [
"--from",
"tgms[agent]",
"tgms",
"serve",
"--store",
"</path/to/store>"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"tgms": {
"command": "uvx",
"args": [
"--from",
"tgms[agent]",
"tgms",
"serve",
"--store",
"</path/to/store>"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"tgms": {
"type": "stdio",
"command": "uvx",
"args": [
"--from",
"tgms[agent]",
"tgms",
"serve",
"--store",
"</path/to/store>"
]
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"tgms": {
"command": "uvx",
"args": [
"--from",
"tgms[agent]",
"tgms",
"serve",
"--store",
"</path/to/store>"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"tgms": {
"command": "uvx",
"args": [
"--from",
"tgms[agent]",
"tgms",
"serve",
"--store",
"</path/to/store>"
]
}
}
}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.zxf-work%2Ftgms)<a href="https://mcptoplist.com/server/io.github.zxf-work%2Ftgms"><img src="https://mcptoplist.com/badge/io.github.zxf-work%2Ftgms.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
zxf-work
Available versions (2)
| Version | Published |
|---|---|
| 0.7.0 | Aug 23, 2026 |
| 0.6.2 | Aug 21, 2026 |
Frequently asked questions
- Who maintains TGMS MCP Server?
- TGMS MCP Server is maintained by zxf-work, which publishes 1 MCP server (2 total versions) tracked on MCP Toplist.
- Is TGMS MCP Server listed on the Official MCP Registry?
- Yes — TGMS MCP Server is listed on the Official MCP Registry, alongside Glama.
- How many versions does TGMS MCP Server have?
- MCP Toplist tracks 2 versions of TGMS MCP Server, most recently published on Aug 23, 2026.
- Where can I find the source code for TGMS MCP Server?
- The source code for TGMS MCP Server is hosted at github.com/zxf-work/tgms.
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.