← Registry

Databases

aic0rt3x.dev

Provides a simple key-value memory store with prioritization, expiration, and metadata tracking.

1 endpoint15 known toolsFirst detected May 12, 2026Last detected July 31, 2026

ENDPOINT 1

https://memory.aic0rt3x.dev/mcp

No auth detected

MCP server metadata

Name
ai-cortex-storage
Version
1.0.0
Capabilities
promptsresourcestools

Known tools 15

get_memory

Retrieve a stored value by namespace and key.

Inferred read-only
put_memory

Store a value with optional tags, priority, and storage duration in months (default 1).

Inferred read-only
delete_memory

Delete a stored value.

Potential side effects
list_keys

List keys in a namespace with metadata (created_at, updated_at, updated_count, ttl, priority, last_modified_key_id).

Inferred read-only
top_memories

Return the top N highest-priority non-expired keys in a namespace, ordered by priority descending.

Inferred read-only
list_namespaces

List all namespaces for this account.

Inferred read-only
search_by_tag

Find (namespace, key) pairs with a given tag.

Inferred read-only
get_account

Get account status, credit balance, and available credits.

Inferred read-only
list_api_keys

List all API keys on this account.

Inferred read-only
create_api_key

Create a new live API key.

Potential side effects
revoke_api_key

Revoke an API key by ID.

Inferred read-only
list_payments

List payment history for this account.

Potential side effects
settle_balance

Charges the saved payment method to settle your outstanding balance.

Potential side effects
submit_exit_feedback

Submit feedback when a trial ends without activation.

Inferred read-only
submit_feature_request

Submit a feature request or product feedback.

Inferred read-only

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.ai-cortex-storage]
url = "https://memory.aic0rt3x.dev/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "ai-cortex-storage": {
      "type": "http",
      "url": "https://memory.aic0rt3x.dev/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: ai-cortex-storage
Remote MCP URL: https://memory.aic0rt3x.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": {
    "ai-cortex-storage": {
      "url": "https://memory.aic0rt3x.dev/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "ai-cortex-storage": {
      "type": "http",
      "url": "https://memory.aic0rt3x.dev/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "ai-cortex-storage",
  "transport": "streamable-http",
  "url": "https://memory.aic0rt3x.dev/mcp"
}
MCP Inspector

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

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for aic0rt3x.dev was fetched 2026-07-27T00:41:19.698Z and is being refreshed.

Trust status Neutral

aic0rt3x.dev is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

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