← Registry

AI & Machine Learning

contextrepo.com

Manages prompt templates and user workspace for AI prompts.

1 endpoint29 known toolsCached registry data

ENDPOINT 1

https://contextrepo.com/mcp

No auth detected

Known tools 29

get_user_info

Gets information about the authenticated Context Repo user

search_prompts

List prompts in the authenticated user's workspace.

read_prompt

Get the full details of a specific prompt including its content and variables

create_prompt

Create a new prompt template.

update_prompt

Update an existing prompt.

delete_prompt

Permanently delete a prompt.

get_prompt_versions

Get the version history of a prompt.

restore_prompt_version

Restore a prompt to a previous version.

list_documents

List all documents belonging to the authenticated user

get_document

Get the full content of a specific document

create_document

Create a new text document.

update_document

Update an existing document.

delete_document

Permanently delete a document.

get_document_versions

Get the version history of a document.

restore_document_version

Restore a document to a previous version.

list_collections

List all collections belonging to the authenticated user

get_collection

Get details of a specific collection including its items

create_collection

Create a new collection to organize prompts and documents.

update_collection

Update a collection's metadata.

delete_collection

Delete a collection.

add_to_collection

Add documents or prompts to a collection.

remove_from_collection

Remove documents or prompts from a collection.

find_items

Search the user's own workspace for prompts, documents, and collections matching a query.

search

Search the user's Context Repo workspace for prompts, documents, and collections matching a query.

fetch

Retrieve the full content of a single prompt, document, or collection by id (returned from `search`).

deep_search

Search within document content using vector similarity and return ranked, hierarchical chunks.

deep_read

Retrieve a single document chunk with full content and hierarchy metadata.

deep_expand

Navigate the document hierarchy from a chunk in 5 directions: up (parent), down (children), next (next sibling under the same parent), previous (previous sibling under the same parent), surrounding (context window — same-parent siblings; on sparse hierarchies where the target is the only child under its parent, surrounding automatically falls back to the last/first chunks of the parent's prev/next sibling sections so callers still get meaningful neighbouring context).

reason

Ask a question and get a synthesized, cited answer composed across your documents -- not a list of chunks.