Skip to content

brightwayai/cortex

v4.28.0MIT

Cortex. A host-portable Markdown second brain shared by Claude, ChatGPT Work, and Codex.

MCP servers

Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.

cortexstdio
{
  "type": "stdio",
  "command": "uv",
  "args": [
    "run",
    "--with",
    "mcp>=2.2,<3",
    "python",
    "${PLUGIN_ROOT}/adapters/chatgpt_work/server.py",
    "--transport",
    "stdio"
  ],
  "cwd": "${PLUGIN_ROOT}/"
}

What this package declares

The files a client reads when it loads this plugin, exactly as this revision carries them.

{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "cortex",
  "version": "4.28.0",
  "description": "Cortex. A host-portable Markdown second brain shared by Claude, ChatGPT Work, and Codex.",
  "author": {
    "name": "BrightWay AI",
    "url": "https://brightwayai.com"
  },
  "license": "MIT",
  "homepage": "https://github.com/BrightWayAI/claude-cortex",
  "repository": "https://github.com/BrightWayAI/claude-cortex",
  "keywords": [
    "memory",
    "knowledge-management",
    "second-brain"
  ],
  "extensions": {
    "com.openai": {
      "hooks": "./hooks/hooks.json",
      "interface": {
        "displayName": "Cortex",
        "shortDescription": "One Markdown second brain for Claude, ChatGPT Work, and Codex",
        "longDescription": "Recall, search, and explicitly commit to one user-owned Cortex memory store from Claude, ChatGPT Work, or Codex.",
        "developerName": "BrightWay AI",
        "category": "Productivity",
        "capabilities": [
          "Read",
          "Write"
        ],
        "defaultPrompt": [
          "Set up my Cortex memory location and show me exactly what will change before writing anything.",
          "Search Cortex for what we know about this topic.",
          "Show me what this conversation would add to Cortex before saving it."
        ]
      }
    }
  }
}

What else this package ships

These files come with the package and this site does not publish them. They are listed so you know what is there before you install it.

  • LICENSE
View on GitHub

Client extensions

Data this package carries for particular clients. The directory lists the clients named and never reads what is addressed to them.

  • com.openai