← cortexplus.io
INDIVIDUAL MCP TOOL
fetch
Retrieve the full content of one CortexPlus memory item by id, as returned by search.
LIVE ENDPOINT
https://mcp.cortexplus.io/mcp
Connect to this endpoint to inspect the live schema for fetch and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
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.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.
Related tools
search— Search the user's CortexPlus memory and return ranked matches.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.remember— Store a note in the user's CortexPlus memory so future conversations can recall it.memory— Save a memory in CortexPlus.tasks— List open CortexPlus tasks and reminders, optionally filtered by client.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.connect— Complete the CortexPlus connection with the short authentication key the user received by email after signup.