Metadata-Version: 2.4
Name: cortex-memory-mcp
Version: 0.1.0
Summary: Stdio MCP server for Cortex memory
Project-URL: Repository, https://github.com/Ubundi/cortex
Author: Ubundi
License-Expression: LicenseRef-Proprietary
Keywords: ai-agents,cortex,mcp,memory
Requires-Python: >=3.11
Requires-Dist: httpx>=0.28.0
Requires-Dist: mcp<2.0.0,>=1.12.4
Requires-Dist: pydantic>=2.0.0
Requires-Dist: structlog>=24.0.0
Description-Content-Type: text/markdown

# cortex-memory-mcp

`cortex-memory-mcp` is the lightweight stdio Model Context Protocol server for
Cortex memory. It wraps the hosted Cortex HTTP API and ships only the MCP client
package, not the Cortex backend.

## Run

```bash
CORTEX_API_KEY=ck_live_... uvx cortex-memory-mcp
```

`CORTEX_BASE_URL` defaults to Cortex production. Set it only for local or staging
APIs.

Writes are disabled by default. Set `CORTEX_MCP_ENABLE_WRITES=true` to register
append/decision tools.
