INDIVIDUAL MCP TOOL
cortex_write
Save to the user's persistent memory (Cortex), ON YOUR OWN INITIATIVE while the conversation goes on, without waiting to be asked: decisions and the reason behind them, stable facts about the person and their work, preferences and constraints they state, conclusions reached after effort, mistakes made and what they cost.
LIVE ENDPOINT
https://skynetlab-cortex-saas-mcp.cortex-320.workers.dev/mcp
Connect to this endpoint to inspect the live schema for cortex_write and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.skynetlab-cortex]
url = "https://skynetlab-cortex-saas-mcp.cortex-320.workers.dev/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"skynetlab-cortex": {
"type": "http",
"url": "https://skynetlab-cortex-saas-mcp.cortex-320.workers.dev/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: skynetlab-cortex
Remote MCP URL: https://skynetlab-cortex-saas-mcp.cortex-320.workers.dev/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"skynetlab-cortex": {
"url": "https://skynetlab-cortex-saas-mcp.cortex-320.workers.dev/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"skynetlab-cortex": {
"type": "http",
"url": "https://skynetlab-cortex-saas-mcp.cortex-320.workers.dev/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "skynetlab-cortex",
"transport": "streamable-http",
"url": "https://skynetlab-cortex-saas-mcp.cortex-320.workers.dev/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search— Search this user's persistent memory (Cortex).fetch— Fetch the full text of a memory by its id (from search).cortex_recall— Narrative synthesis of what the user's memory knows about a topic, with the current state and what was superseded.cortex_write_status— Esito di un salvataggio che cortex_write aveva restituito come queued: verdetto del gate ed eventuali conflitti aperti.cortex_forget— Dimentica (elimina) una memoria dato il suo id.cortex_conflicts— Mostra le contraddizioni rilevate tra le memorie.