inception-mcp
JSON →MCP server and CLI for managing INCEpTION projects, documents, and exports through the AERO v1 REST API.
Install
pip install -e Tools · 18
- list_projects List all accessible projects
- create_project Create a new project
- delete_project Delete a project and all its documents
- export_project_zip Export full project as ZIP
- import_project_zip Import a project from ZIP
- project_status Show annotation progress per document
- list_documents List documents in a project
- upload_document Upload a single file
- batch_upload Upload all files in a folder
- export_document_source Export document source
- delete_document Delete a document
- list_annotations List annotations per user
- export_annotations Export annotations
- export_all_annotations Export all docs in a project
- import_annotations Import annotations
- delete_annotations Delete a user's annotations
- export_curation Export curated annotations
- delete_curation Delete curated annotations
Environment variables
INCEPTION_URL