Skip to content
Back to search
100
MCP live v1.0.0 MCP 2025-11-25 streamable-http

ai.mitosislabs/mitosis

ai.mitosislabs/mitosis

Mitosis agent-memory platform: pricing, docs search, platform status, agent skills. No auth.

Uptime
100.0%
1 direct probes · 30d
Response
965ms
last probe
Tools
14
callable
Resources
5
readable
Prompts
0
available

Tools · 14

cortex_ask

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…

cortex_recall

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…

cortex_manifest

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…

cortex_status

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 …

cortex_connectable_sources

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…

cortex_connect_link

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…

cortex_remember

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…

cortex_ingest_conversation

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

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…

fetch

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_pricing

Get current Mitosis plans, prices, credit allowances, metered rates, and add-ons. Use when comparing costs or recommending a plan.

get_platform_status

Get the operational status of the Mitosis website, API, and MCP server. Use before reporting an outage or debugging connectivity.

search_docs

Keyword-search Mitosis documentation and product pages. Returns ranked results with URLs. Use to answer any "how do I…" question about Mitosis.

list_skills

List the agent skills Mitosis publishes (backup create/list/restore/health/diff/schedule/subscribe) with links to each SKILL.md manifest.

Resources · 5

llms-txt

Concise machine-readable overview of Mitosis: what it is, core features, and agent entry points.

https://mitosislabs.ai/llms.txt
llms-full-txt

Complete technical documentation for extended context windows.

https://mitosislabs.ai/llms-full.txt
pricing-md

Machine-readable pricing: plans, credits, metered vectors, and add-ons.

https://mitosislabs.ai/pricing.md
auth-md

Step-by-step guide for agents to obtain and use a Mitosis API key.

https://mitosislabs.ai/auth.md
openapi

Full spec for the public REST API at /api/v1.

https://mitosislabs.ai/openapi.json

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"
    }
  }
}