ai.mitosislabs/mitosis
ai.mitosislabs/mitosisMitosis agent-memory platform: pricing, docs search, platform status, agent skills. No auth.
Tools · 14
Searches the user's real, private memory — the email, calendar, files, contacts and notes they have connected, plus facts agents have saved — fusing vector, full-text and graph retrieval with provenan…
Semantic-only vector search over the memory, returning source excerpts. Prefer cortex_ask, which also uses full-text and graph expansion; reach for this when you specifically want nearest-neighbour ma…
A table of contents for this user's memory: which sources are connected (email, calendar, docs, …), how many items each holds, and the top people, topics and projects. It is an index rather than an an…
Memory health: per-source ingest and embed counts plus last sync times. Use when you need to know whether the memory is fresh or still ingesting, or when a search came back empty and you need to tell …
Which sources this memory could connect but hasn't yet — each with what it would make answerable, routing tags, and a connect link for the user. This is what explains a cortex_ask result that came bac…
The connect link for one memory source, by id — email and calendar (google-workspace), WhatsApp chats, GitHub, Notion, or file uploads. Returns the canonical mitosislabs.ai dashboard page where the us…
Persist a fact, decision or conclusion into the memory, attributed to you. It becomes retrievable via cortex_ask immediately, in this session and every future one, from any agent the user has connecte…
Ingest a conversation — the user’s messages and your full answers, verbatim — into the user’s permanent memory, where it becomes searchable and appears in their knowledge graph. Use it after an exchan…
Search the user's own private memory — their email, calendar, documents, contacts, chat history and every fact agents have remembered — and return ranked matches with citation ids and links. This is t…
Retrieve the full contents of a single item from the user’s memory by its id. Ids come from `search` results. Use this when a search result looks relevant and you need the whole record rather than the…
Get current Mitosis plans, prices, credit allowances, metered rates, and add-ons. Use when comparing costs or recommending a plan.
Get the operational status of the Mitosis website, API, and MCP server. Use before reporting an outage or debugging connectivity.
Keyword-search Mitosis documentation and product pages. Returns ranked results with URLs. Use to answer any "how do I…" question about Mitosis.
List the agent skills Mitosis publishes (backup create/list/restore/health/diff/schedule/subscribe) with links to each SKILL.md manifest.
Resources · 5
Concise machine-readable overview of Mitosis: what it is, core features, and agent entry points.
https://mitosislabs.ai/llms.txt
Complete technical documentation for extended context windows.
https://mitosislabs.ai/llms-full.txt
Machine-readable pricing: plans, credits, metered vectors, and add-ons.
https://mitosislabs.ai/pricing.md
Step-by-step guide for agents to obtain and use a Mitosis API key.
https://mitosislabs.ai/auth.md
Full spec for the public REST API at /api/v1.
https://mitosislabs.ai/openapi.json
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"ai.mitosislabs/mitosis": {
"url": "https://mitosislabs.ai/api/mcp",
"transport": "streamable-http"
}
}
}