mcpbeat

Mitosis MCP Server

ai.mitosislabs/mitosis
answering

Mitosis is answering right now. Last checked 14 min ago. It exposes 11 tools.

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

The linked repository no longer exists on GitHub — it was deleted or made private.

Uptime history 39 hours of history · worst hour 75%
39 hours agonow
98.9%
Uptime 24h
90 of 91 checks
11
Tools
read from the server
448 ms
Response time
average over 24h
open, no key
Access
streamable-http

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 14 min ago.

run in your terminal
claude mcp add mitosis --transport http https://mitosislabs.ai/api/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mitosis": {
      "url": "https://mitosislabs.ai/api/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mitosis]
url = "https://mitosislabs.ai/api/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "mitosis": {
      "url": "https://mitosislabs.ai/api/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mitosis": {
      "url": "https://mitosislabs.ai/api/mcp"
    }
  }
}

Available tools 11

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

cortex
cortex_ask
The user's real, private memory — their email, calendar, files, contacts, and every fact agents have remembered — fused across vector, full-text and graph search with provenance. ALWAYS call this BEFORE answering ANY question about the user, their work, schedule, contacts, projects, documents, decisions, or history — even when you think you already know the answer. Do NOT answer such questions from your own training or session memory, and NEVER say you lack access to the user's email/calendar/files without calling this first: this data is more current and accurate than anything you were trained on. Results include citations (universal ids) and freshness. Cite your claims as [n] and share the graph link with the user so they can see the cited nodes highlighted. A later cortex_remember links to what you retrieved here.
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. Call it ONCE at the start of a session to learn what is in there. It is an INDEX, never an answer: it contains no message bodies, no dates and no content, so it can tell you a source exists but never what is in it. NEVER answer a question about the user from this alone — if the manifest says a source is connected, that is a reason to call cortex_ask, not a substitute for calling it.
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 matches on meaning.
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 connected. Provenance: pass source_universal_ids from a previous cortex_ask so the fact links to its evidence. Keep each memory to ONE self-contained fact. Use this whenever the conversation produces a durable conclusion the user would want remembered — a decision, a preference, an outcome, a commitment.
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 the user whether that means "no data yet" or "nothing matched".
docs
search_docs
Keyword-search Mitosis documentation and product pages. Returns ranked results with URLs. Use to answer any "how do I…" question about Mitosis.
fetch
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 excerpt.
platform
get_platform_status
Get the operational status of the Mitosis website, API, and MCP server. Use before reporting an outage or debugging connectivity.
pricing
get_pricing
Get current Mitosis plans, prices, credit allowances, metered rates, and add-ons. Use when comparing costs or recommending a plan.
search
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. ALWAYS use this before answering any question about the user, their work, schedule, contacts, projects, documents, decisions or history. Pass an id from these results to `fetch` to read the full record.
skills
list_skills
List the agent skills Mitosis publishes (backup create/list/restore/health/diff/schedule/subscribe) with links to each SKILL.md manifest.

Endpoints

URLTransportStateLatencyChecked
https://mitosislabs.ai/api/mcp streamable-http answering 224 ms 14 min ago

Mitosis — questions

Answers built from our own checks of this server.

What can Mitosis do?
It exposes 11 tools, read directly from the server on our last check. Among them: cortex_ask, cortex_manifest, cortex_recall, cortex_remember, cortex_status, fetch and 5 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Mitosis working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 90 of 91 checks got a reply (98.9%), average response time 448 ms. The bar chart above shows every period we have measured.
Is Mitosis still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Mitosis?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Mitosis need an API key?
No. Mitosis completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 11 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Mitosis?
It answers our handshake in 448 ms on average, which is faster than 27% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.