← tatva

Documentation

What it is

Tatva gives Claude a durable, searchable memory. Store notes, tasks, and facts; recall them later by semantic vector search or by keyword, category, project, and tag filters. Every memory is immutably versioned and every operation is recorded in an audit trail, with strict per-organization data isolation.

Connect

Tatva is a remote MCP server (Streamable HTTP) at https://rockerritesh-sumit-server.hf.space/api/mcp/. In Claude (Settings → Connectors) add the connector and complete the OAuth sign-in; Claude registers itself automatically. For non-Claude MCP clients you can use a personal token from the Tokens page:

"tatva-sumit": {
  "command": "npx",
  "args": [
    "-y", "mcp-remote",
    "https://rockerritesh-sumit-server.hf.space/api/mcp/",
    "--header", "Authorization: Bearer <your-tatva-token>"
  ]
}

Tools

add_memorySave a new memory (text + optional category, tags, project). Dedup-checked.
update_memoryEdit a memory; creates a new immutable version (originals preserved).
archive_memory / unarchive_memoryReversible soft-archive to keep your workspace tidy.
semantic_searchVector search by meaning, with optional threshold and filters.
search_memory_by_keywordFull-text keyword search over memory text.
get_recent_memoriesMemories from the last N days.
get_memories_by_date / _category / _project / _tagsStructured retrieval by each field.
get_memory_by_idFetch one memory's current version.
get_memory_versionsFull immutable version lineage for a memory.
get_memory_trailThe audit trail: every create/read/update/archive event.
get_access_statsMost/least accessed memories and per-tool access breakdown.

Read-only tools (all get_*, search) carry readOnlyHint; writes are non-destructive (immutable versioning). Resources: memory://guide, when-to-use, schema, categories, tools, projects.

Troubleshooting

  • 401 on connect: re-authenticate; an expired/invalid credential is rejected by design.
  • A memory isn't in search results: it may be archived (excluded by default) or below your similarity threshold — lower threshold or use keyword search.
  • Dashboard memory views empty: open the Tokens page once to connect a dashboard token.

Support

GitHub issues or rockerritesh4@gmail.com. See also the Privacy Policy.