← Registry

AI & Machine Learning

cortexplus.io

Provides persistent memory for AI assistants by storing, searching, and recalling user notes in CortexPlus.

1 endpoint8 known toolsFirst detected September 23, 2026Last detected September 23, 2026

ENDPOINT 1

https://mcp.cortexplus.io/mcp

No auth detected

MCP server metadata

Name
cortexplus
Version
0.1.0
Capabilities
tools
Server instructions

CortexPlus is the user's personal memory layer: files, notes, messages, tasks and email, indexed for semantic search and a knowledge graph. Call recall to get a ready-to-use context block before answering anything about the user's own material, search then fetch to cite individual items, and remember to store something the user asks to keep. If a tool reports that this connection is not authenticated, do not send the user to a website: call signup with the user's email address, ask the user for the authentication key that CortexPlus emails them, then call connect with that key. connect returns a CortexPlus API key — store it in this client's CortexPlus connector configuration; if you cannot store it, show it to the user once and tell them where to paste it.

Known tools 8

search

Search the user's CortexPlus memory and return ranked matches.

Inferred read-only
fetch

Retrieve the full content of one CortexPlus memory item by id, as returned by search.

Inferred read-only
recall

Build a context block from the user's CortexPlus memory: the passages that answer a question plus their graph neighbours, already formatted as text.

Inferred read-only
remember

Store a note in the user's CortexPlus memory so future conversations can recall it.

Inferred read-only
memory

Save a memory in CortexPlus.

Inferred read-only
tasks

List open CortexPlus tasks and reminders, optionally filtered by client.

Inferred read-only
signup

Create a CortexPlus account, or begin signing in to an existing one, so this conversation can use CortexPlus as the user's long-term memory and knowledge base.

Potential side effects
connect

Complete the CortexPlus connection with the short authentication key the user received by email after signup.

Potential side effects

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.cortexplus]
url = "https://mcp.cortexplus.io/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "cortexplus": {
      "type": "http",
      "url": "https://mcp.cortexplus.io/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: cortexplus
Remote MCP URL: https://mcp.cortexplus.io/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": {
    "cortexplus": {
      "url": "https://mcp.cortexplus.io/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "cortexplus": {
      "type": "http",
      "url": "https://mcp.cortexplus.io/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "cortexplus",
  "transport": "streamable-http",
  "url": "https://mcp.cortexplus.io/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.