Provenance-aware memory format for AI agents: every claim carries its source, age and boundary.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y tugra
MCP client config
{
"mcpServers": {
"tugra": {
"command": "npx",
"args": [
"-y",
"tugra"
]
}
}
}