Alfresco MCP Server
by AlfrescoLabs
Community
Minimal Model Context Protocol (MCP) server for Alfresco that exposes repository tools via the Alfresco REST API, with support for stdio, SSE, and HTTP transports.
About
A FastMCP-based MCP server that connects AI assistants and LLM toolchains to an Alfresco repository via the REST API.
- Ticket-based authentication against the Alfresco REST API
- Three transport modes:
stdio(default, for local AI clients),http(streamable-http), andsse - Docker-ready: single image, transport mode selectable via
TRANSPORT_MODEenv var - Multi-arch image published to Docker Hub as
angelborroy/alfresco-mcp-server - Test with MCP Inspector out of the box
| Variable | Default | Purpose |
|---|---|---|
ALFRESCO_HOST | http://localhost:8080 | Alfresco base URL |
TRANSPORT_MODE | stdio | stdio / http / sse |
HTTP | 8003 | Port for http/sse modes |