mcpbeat

AI Cortex Storage MCP Server

dev.aic0rt3x.memory/mcp
answering

AI Cortex Storage is answering right now. Last checked 14 min ago. It exposes 15 tools.

Persistent cloud memory for AI agents. Store and search key-value memories across sessions.

Uptime history 40 hours of history
40 hours agonow
100.0%
Uptime 24h
91 of 91 checks
15
Tools
read from the server
136 ms
Response time
average over 24h
open, no key
Access
streamable-http

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 14 min ago.

run in your terminal
claude mcp add mcp --transport http https://memory.aic0rt3x.dev/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp": {
      "url": "https://memory.aic0rt3x.dev/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp]
url = "https://memory.aic0rt3x.dev/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "mcp": {
      "url": "https://memory.aic0rt3x.dev/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp": {
      "url": "https://memory.aic0rt3x.dev/mcp"
    }
  }
}

Available tools 15

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

api
create_api_key
Create a new live API key. Only available for active accounts. The key is shown once — store it immediately.
list_api_keys
List all API keys on this account.
memory
delete_memory
Delete a stored value.
get_memory
Retrieve a stored value by namespace and key.
submit
submit_exit_feedback
Submit feedback when a trial ends without activation. Free to call — no credits charged. Only the first submission per account is recorded; duplicates are silently ignored. Call this when the user declines to activate or the trial is exhausted.
submit_feature_request
Submit a feature request or product feedback. Charged at storage rate: ceil_kb(description_length) × 100 credits per KB. Available to trial and active accounts alike.
account
get_account
Get account status, credit balance, and available credits.
keys
list_keys
List keys in a namespace with metadata (created_at, updated_at, updated_count, ttl, priority, last_modified_key_id). Returns up to 1000 keys sorted by recency. Expired keys are automatically excluded.
namespaces
list_namespaces
List all namespaces for this account.
payments
list_payments
List payment history for this account.
put
put_memory
Store a value with optional tags, priority, and storage duration in months (default 1). value_json must be ≤ 1 MB. On overwrite, the existing expiry is scaled by the KB size ratio of old to new value.
revoke
revoke_api_key
Revoke an API key by ID. The key stops working immediately.
settle
settle_balance
Charges the saved payment method to settle your outstanding balance. Requires explicit user approval before running. For trial accounts, returns the activation URL instead. Minimum charge: $5.
tag
search_by_tag
Find (namespace, key) pairs with a given tag. Returns up to 1000 results.
top
top_memories
Return the top N highest-priority non-expired keys in a namespace, ordered by priority descending. Useful for loading the most important context when space is limited. Maximum n is 1000.

Endpoints

URLTransportStateLatencyChecked
https://memory.aic0rt3x.dev/mcp streamable-http answering 140 ms 14 min ago

AI Cortex Storage — questions

Answers built from our own checks of this server.

What can AI Cortex Storage do?
It exposes 15 tools, read directly from the server on our last check. Among them: create_api_key, delete_memory, get_account, get_memory, list_api_keys, list_keys and 9 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
What is AI Cortex Storage mostly used for?
Its tools cluster around submit, api and memory. That is what this server is built to work with — the grouping comes from the actual tool names, not from a category we assigned.
Is AI Cortex Storage working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 136 ms. The bar chart above shows every period we have measured.
How do I connect AI Cortex Storage?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does AI Cortex Storage need an API key?
No. AI Cortex Storage completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 15 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is AI Cortex Storage?
It answers our handshake in 136 ms on average, which is faster than 76% of all working MCP servers we measure. That puts it in the quick quarter of the ecosystem. The comparison comes from our own checks across the whole registry, every 15 minutes.