# mitosis MCP server

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

## Links
- Registry page: https://www.getdrio.com/mcp/ai-mitosislabs-mitosis
- Repository: https://github.com/OperatingSystem-1/website
- Website: https://mitosislabs.ai

## Install
- Endpoint: https://mitosislabs.ai/api/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://mitosislabs.ai/api/mcp

## Tools
- cortex_ask (Search the user’s memory) - 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. Endpoint: https://mitosislabs.ai/api/mcp
- cortex_recall (Semantic search of the user’s memory) - 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. Endpoint: https://mitosislabs.ai/api/mcp
- cortex_manifest (What the user’s memory contains) - 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. Endpoint: https://mitosislabs.ai/api/mcp
- cortex_status (Memory freshness and coverage) - 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". Endpoint: https://mitosislabs.ai/api/mcp
- cortex_remember (Save a fact to the user’s memory) - 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. Endpoint: https://mitosislabs.ai/api/mcp
- search (Search the user’s memory) - 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. Endpoint: https://mitosislabs.ai/api/mcp
- fetch (Read one item from the user’s memory) - 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. Endpoint: https://mitosislabs.ai/api/mcp
- get_pricing (Get Mitosis pricing) - Get current Mitosis plans, prices, credit allowances, metered rates, and add-ons. Use when comparing costs or recommending a plan. Endpoint: https://mitosislabs.ai/api/mcp
- get_platform_status (Get platform status) - Get the operational status of the Mitosis website, API, and MCP server. Use before reporting an outage or debugging connectivity. Endpoint: https://mitosislabs.ai/api/mcp
- search_docs (Search Mitosis docs) - Keyword-search Mitosis documentation and product pages. Returns ranked results with URLs. Use to answer any "how do I…" question about Mitosis. Endpoint: https://mitosislabs.ai/api/mcp
- list_skills (List agent skills) - List the agent skills Mitosis publishes (backup create/list/restore/health/diff/schedule/subscribe) with links to each SKILL.md manifest. Endpoint: https://mitosislabs.ai/api/mcp

## Resources
- https://mitosislabs.ai/llms.txt - Mitosis llms.txt Concise machine-readable overview of Mitosis: what it is, core features, and agent entry points. MIME type: text/plain
- https://mitosislabs.ai/llms-full.txt - Mitosis full documentation Complete technical documentation for extended context windows. MIME type: text/plain
- https://mitosislabs.ai/pricing.md - Pricing (markdown) Machine-readable pricing: plans, credits, metered vectors, and add-ons. MIME type: text/markdown
- https://mitosislabs.ai/auth.md - Agent authentication walkthrough Step-by-step guide for agents to obtain and use a Mitosis API key. MIME type: text/markdown
- https://mitosislabs.ai/openapi.json - OpenAPI 3.1 specification Full spec for the public REST API at /api/v1. MIME type: application/json

## Prompts
Not captured

## Metadata
- Owner: ai.mitosislabs
- Version: 1.0.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jul 18, 2026
- Source: https://registry.modelcontextprotocol.io
