Skip to content

Latest commit

 

History

History
54 lines (49 loc) · 2.55 KB

File metadata and controls

54 lines (49 loc) · 2.55 KB

SEO Infrastructure

Copy-paste these into cortex.sh or theproductionline.ai/tools/cortex head tag.

JSON-LD Structured Data

{
  "@context": "https://schema.org",
  "@type": "SoftwareApplication",
  "name": "Cortex",
  "description": "Persistent memory for Claude Code. MCP server that captures decisions, context, and preferences during coding sessions and injects them back automatically. Local-first, open source.",
  "applicationCategory": "DeveloperApplication",
  "operatingSystem": "macOS, Linux, Windows",
  "offers": {
    "@type": "Offer",
    "price": "0",
    "priceCurrency": "USD"
  },
  "url": "https://www.theproductionline.ai/tools/cortex",
  "downloadUrl": "https://www.npmjs.com/package/@cortex.memory/cli",
  "softwareVersion": "1.0.0",
  "author": {
    "@type": "Organization",
    "name": "The Production Line",
    "url": "https://www.theproductionline.ai"
  },
  "sameAs": [
    "https://github.com/ProductionLineHQ/cortex",
    "https://www.npmjs.com/package/@cortex.memory/cli"
  ],
  "license": "https://opensource.org/licenses/MIT",
  "programmingLanguage": "TypeScript",
  "runtimePlatform": "Node.js"
}

Meta Tags

<title>Cortex — Persistent Memory for Claude Code | Open Source MCP Server</title>
<meta name="description" content="Claude Code finally remembers. Cortex is an open-source MCP server that gives Claude Code persistent memory across sessions, projects, and machines. Local-first, quality-gated, free.">
<meta name="keywords" content="cortex, claude code memory, mcp server, persistent memory, claude code plugin, model context protocol, ai coding assistant memory, session memory, claude memory, developer tools">
<meta property="og:title" content="Cortex — Persistent Memory for Claude Code">
<meta property="og:description" content="Open-source MCP server that gives Claude Code persistent memory. Decisions, context, and preferences carried across every session.">
<meta property="og:image" content="https://www.theproductionline.ai/api/og/cortex">
<meta property="og:url" content="https://www.theproductionline.ai/tools/cortex">
<meta property="og:type" content="website">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Cortex — Persistent Memory for Claude Code">
<meta name="twitter:description" content="Open-source MCP server that gives Claude Code persistent memory across sessions, projects, and machines.">
<meta name="twitter:image" content="https://www.theproductionline.ai/api/og/cortex">
<link rel="canonical" href="https://www.theproductionline.ai/tools/cortex">