MCP ServerHTTPOfficialv1.0.0

AI Cortex Storage MCP Server

Store and retrieve persistent key-value memories across AI agent sessions in the cloud. Built for developers who need stateful context that survives conversation restarts.

dev.aic0rt3x.memory/mcp

Hosted URL

https://memory.aic0rt3x.dev/mcp

Transport

HTTP

Auth

No auth required

What the AI Cortex Storage MCP server does

How models use it and what it is built for.

Store and retrieve persistent key-value memories across AI agent sessions in the cloud. Built for developers who need stateful context that survives conversation restarts.

Connect to AI Cortex Storage

Hosted endpoint — paste into any MCP client.

https://memory.aic0rt3x.dev/mcp

Resources

Where to find authoritative docs and source for AI Cortex Storage.

    Example prompts for AI Cortex Storage

    Paste any of these into Agent Studio after connecting AI Cortex Storage.

    • Store this user preference as a memory: dark_mode=true for session_id=abc123
    • Search all memories matching the key pattern user_* from the last 7 days
    • Retrieve the memory value for key conversation_history and explain its schema
    • What authentication method does this server use and how do I configure it?

    AI Cortex Storage MCP server — FAQ

    Common questions about connecting and running AI Cortex Storage.

    • What is persistent cloud memory for AI agents?

      It's a key-value store that lets your AI agent save and retrieve data across multiple sessions. Unlike in-memory storage, these memories persist in the cloud, so context isn't lost when a conversation ends or the agent restarts.

    • How do I authenticate with the memory server?

      The server is hosted at https://memory.aic0rt3x.dev/mcp and uses HTTP transport. Check the environment variables and setup docs for API key or token configuration required to connect.

    • Can I search memories by key pattern?

      Yes, the server supports key-value storage with search capabilities. You can query memories using key patterns and filter by time ranges to retrieve relevant stored data.

    • Is there a rate limit or pricing model?

      The registry metadata does not specify pricing or rate limits. Contact the maintainer at aic0rt3x.dev or check their documentation for details on usage tiers and costs.

    • What's the difference between this and a regular database?

      This MCP server is optimized for AI agent workflows—it's designed to integrate seamlessly with Claude and other LLMs via the Model Context Protocol, with simple key-value semantics and session-aware retrieval.

    Run AI Cortex Storage across 40+ AI models, side-by-side

    Connect AI Cortex Storage to Claude, GPT, Gemini, DeepSeek and 40+ AI models in MCP Agent Studio. Compare answers side-by-side, save reusable agent presets, share runs — all in your browser, no install required.

    Open Agent Studio

    Related servers

    More on MCP Playground