MyAITwin MCP Server

A personal RAG database you build from chat, so AI creates work that sounds like you.

Local serverstdio

What is the MyAITwin MCP server?

If you already use MyAITwin, the myaitwin mcp server is the piece that lets your assistant work with it directly. A personal RAG database you build from chat, so AI creates work that sounds like you.

What the server does

A personal RAG database and semantic search engine you build and control from inside your AI chat. Store your knowledge, voice, and skills as you work. Retrieve them in seconds, source always cited. Your AI then creates output that is recognisably you, in every conversation.

Available tools

The toolset is worth reading before you wire it up, because it tells you what the integration is really for:

  • add_knowledge — Store a typed, tagged knowledge item
  • add_voice_note — Store a voice note transcript with automatic extraction
  • add_document — Store a long document with automatic chunking
  • add_from_url — Fetch and store a web page
  • add_reference_record — Store a creation event linking knowledge and skills used
  • search_twin — Semantic search across all knowledge
  • search_for_creation — Dual search returning skills and knowledge separately
  • get_by_type — Retrieve all items of a specific type
  • get_by_tag — Retrieve all items with a specific tag
  • list_recent — List recently added items
  • get_schema — Overview of your types and how many items you have
  • get_sources — List all source documents

Installation

Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.

Where it fits

Among the database access options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. MyAITwin's toolset — add_knowledge, add_voice_note, add_document and 11 more — is a fair guide to whether it matches your workflow. It is maintained by com.lutolearn; worth a glance at recent repository activity before you build anything load-bearing on it.

SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.

Worth knowing first

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • With 14 tools registered it takes up a noticeable share of the context window; turn it off in projects that never touch MyAITwin.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Available tools

ToolWhat it does
add_knowledgeStore a typed, tagged knowledge item
add_voice_noteStore a voice note transcript with automatic extraction
add_documentStore a long document with automatic chunking
add_from_urlFetch and store a web page
add_reference_recordStore a creation event linking knowledge and skills used
search_twinSemantic search across all knowledge
search_for_creationDual search returning skills and knowledge separately
get_by_typeRetrieve all items of a specific type
get_by_tagRetrieve all items with a specific tag
list_recentList recently added items
get_schemaOverview of your types and how many items you have
get_sourcesList all source documents
find_patternsSurface recurring patterns across your knowledge
synthesiseSynthesise across multiple knowledge items on a topic

Example prompts to try

  • Use MyAITwin to add knowledge.
  • Use MyAITwin to add voice note.
  • Use MyAITwin to add document.

Frequently asked questions

It connects MyAITwin to MCP-compatible AI assistants such as Claude and Cursor, exposing 14 tools (add_knowledge, add_voice_note, add_document, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with MyAITwin directly.