Overview

What is CTX Me?

CTX Me is the context layer for you and your AI. It gives your AI tools — coding assistants, chatbots, and agents — access to the knowledge they need through a simple API and MCP server.

Store documents, notes, code snippets, and reference material in projects, then connect your favourite tools so they can search and retrieve that context on demand.

Core Concepts

Projects

A project is a container for related context. Each project has a unique key (e.g. my-research) and holds any number of items. Use projects to organise context by domain, team, or workflow.

Items

An item is a single piece of context inside a project. Items can be:

  • Inline text — Markdown, plain text, or structured data stored directly.
  • File uploads — PDFs, DOCX, CSV/TSV, HTML, text, markdown, and other supported files are processed and made searchable.

Every item has a key, title, optional tags, and a content hash for deduplication.

CTX Me provides full-text search across all items in a project. Search results include relevance scores and highlight matched content. You can filter by tags, content type, and provenance.

Getting Started

  1. Create an account — Sign up at ctx.me to get started.
  2. Create a project — Use the dashboard or CLI to create your first project.
  3. Add context — Upload files, paste text, or push content from the CLI.
  4. Connect your tools — Point your AI tools at the MCP server or use the REST API.

Next Steps

  • API Reference — Endpoints, authentication, pagination, and error handling.
  • CLI Reference — Install the CLI and manage context from your terminal.