MyAITwin

A personal RAG database you build from chat.

От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноМожет изменять данные

Что умеет

  • Add Knowledge: Store a piece of knowledge or a skill in your twin. Automatically tagged and embedded for search. The twin stores two fundamentally different things — knowledge (what the user knows: tr
  • Add Reference Record: Record a creation event after the user has produced something with the twin's help — pairs knowledge used + skill applied + output produced + the nuance of this specific case. Th
  • Add From Url: Fetch a URL, extract what's worth knowing, and store it. The twin analyses the page against your existing schema and reports what it found before confirming what was stored.

Какие данные видит

Нужен ли аккаунт

Не нужен: сервер работает без входа

A personal RAG database you build from chat. Store your knowledge, voice, and skills once; Claude and ChatGPT then create work that sounds like you. Connects as a remote MCP server (OAuth). Free during early access.

Список инструментов сервера (19)

Технические названия из tools/list. Нужны только разработчикам.

add_knowledgeStore a piece of knowledge or a skill in your twin. Automatically tagged and embedded for search. The twin stores two fundamentally different things — knowledge (what the user knows: transcripts, decisions, ideas, observations) and skills (how they express things: their LinkedIn voice, email style, proposal structure, feedback frameworks). Treat skills as a significant moment — they codify craft.
add_reference_recordRecord a creation event after the user has produced something with the twin's help — pairs knowledge used + skill applied + output produced + the nuance of this specific case. The system prompt instructs you to offer this after significant creation tasks; call it once the user confirms.
add_from_urlFetch a URL, extract what's worth knowing, and store it. The twin analyses the page against your existing schema and reports what it found before confirming what was stored.
add_documentIngest a document by providing its text content. Chunks and stores with source tracking. Good for PDFs, notes, reports.
add_voice_noteIngest a voice note transcript. The twin extracts principles, decisions, and ideas — identifying what you said that's worth keeping, in your language. Source is tracked as voice note + date.
get_schemaShow what knowledge types exist in your twin, how many items of each type are stored, and the total knowledge base size.
add_schema_typeAdd a new knowledge type. Do this from Claude chat — no database access needed. The type is immediately available for storing knowledge.
update_schema_typeUpdate the description of an existing knowledge type.
search_twinSemantically search everything in your twin. Returns the most relevant items ranked by relevance, each with its source cited.
get_by_typeRetrieve all knowledge of a specific type, newest first.
get_by_tagRetrieve all knowledge with a specific tag.
search_for_creationUse this BEFORE any creation task ("help me write X", "I'm working on Y"). Runs two parallel searches and returns them separately: a SKILLS bucket (skill/voice/template — the craft layer) and a KNOWLEDGE bucket (knowledge/principle/brand/idea/resource — the material). Bring both into context before producing output. If the skills bucket is empty and `output_type` is set, this also increments a skill-gap counter; when count reaches 3 the response includes `skill_gap.skill_gap_threshold_reached: true` so you can prompt the user to codify a skill.
synthesisePull everything relevant on a topic and return structured, usable output — ready to turn into a brief, a slide, or a team handoff. Every source cited.
find_patternsAnalyse your stored knowledge and surface recurring themes — principles you repeat without naming, patterns in how you think. Especially powerful after adding several voice notes.
get_sourcesShow all documents, URLs, and voice notes that have been ingested — with what was extracted from each.
list_recentShow the most recently added knowledge items.
update_knowledgeEdit a stored knowledge item. Provide the item ID and the fields to change.
delete_knowledgeRemove a knowledge item from your twin. This is irreversible.
get_welcomeReturns the user's personalised session opener — a short message that surfaces twin state, recent activity, and current focus. Call this on the user's first message each session, before responding to anything else.
MyAITwin: подключить к Claude, ChatGPT, Cursor · Connectors.fun