Skip to content
VS Code

tgms for VS Code

io.github.zxf-work/tgms

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

client:VS Code transport:stdio runtime:pypi

Install tgms in VS Code

.vscode/mcp.json

{
  "servers": {
    "tgms": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "tgms"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

tgms in other clients