A minimal Model Context Protocol (MCP) server for Alfresco providing tools via the Alfresco REST API.
10 Tools
Version 4.43 or later needs to be installed to add the server automatically
Tools
| Name | Description |
|---|---|
search_nodes | Search for nodes in the Alfresco repository using AFTS (Alfresco Full Text Search) query syntax |
get_node | Get detailed information about a specific node by its ID |
get_node_content | Retrieve the content of a document node |
create_node | Create a new node (folder or document) in the repository |
update_node | Update properties of an existing node |
delete_node | Delete a node from the repository (moves to trash) |
list_children | List all child nodes of a parent node |
upload_file | Upload a file to a specific folder in Alfresco |
get_node_metadata | Get metadata and properties of a node |
copy_node | Copy a node to a different location in the repository |