tense

Zacplischka/tense
★ 0 stars TypeScript AI/LLM Updated 2d ago
Temporal memory for AI agents — an MCP server storing knowledge as a bi-temporal graph on Postgres. Knows which version is true now, or as of any past date.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "tense": {
      "command": "npx",
      "args": [
        "-y",
        "Zacplischka/tense"
      ]
    }
  }
}

Topics

agent-memoryai-agentsknowledge-graphmcppostgrestemporaltypescript