Skip to content

MCP Tool Registry

import { Aside, Card, CardGrid } from ‘@astrojs/starlight/components’;

The Cortex MCP Server exposes 13 tools that allow AI agents to interact with your project’s memory.

`cortex_search`, `cortex_recall`, `cortex_context` `cortex_add`, `cortex_remember`, `cortex_auto_save`

Interactive Tools

cortex_auto_save

Crucial for persistence. This tool should be called at the end of every significant conversation.

Parameters:

  • conversation_summary (string): A short summary.
  • memories (array): List of { content, type, tags } to save.

cortex_workflow

Manages the development lifecycle state.

Actions: start, next, jump, status Phases: explore, plan, code, verify, commit


Technical Reference

ToolPurposePrimary Use Case
cortex_searchKeyword/Semantic searchFinding specific past decisions
cortex_guardPII/Secret filteringSanitizing code before commit
cortex_scanProject analysisOnboarding to a new repository
cortex_thinkPersistent reasoningDocumenting complex architecture paths