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.
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>"
]
}| add_memory | Save a new memory (text + optional category, tags, project). Dedup-checked. |
| update_memory | Edit a memory; creates a new immutable version (originals preserved). |
| archive_memory / unarchive_memory | Reversible soft-archive to keep your workspace tidy. |
| semantic_search | Vector search by meaning, with optional threshold and filters. |
| search_memory_by_keyword | Full-text keyword search over memory text. |
| get_recent_memories | Memories from the last N days. |
| get_memories_by_date / _category / _project / _tags | Structured retrieval by each field. |
| get_memory_by_id | Fetch one memory's current version. |
| get_memory_versions | Full immutable version lineage for a memory. |
| get_memory_trail | The audit trail: every create/read/update/archive event. |
| get_access_stats | Most/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.
threshold or use keyword search.GitHub issues or rockerritesh4@gmail.com. See also the Privacy Policy.