MyAITwin MCP
JSON →Personal knowledge twin with semantic search. Store voice notes, documents, URLs, principles, and skills from any AI chat, then retrieve them with inline provenance citations. Hosted, multi-tenant, with per-user bearer-token auth and full data isolation.
Tools · 19
- 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
- find_patterns Surface recurring patterns across your knowledge
- synthesise Synthesise across multiple knowledge items on a topic
- get_welcome Session initialisation and system prompt
- update_knowledge Update an existing item
- add_schema_type Define a new knowledge type
- update_schema_type Update an existing type definition
- delete_knowledge Delete an item (destructive)