S
Sling Org Apache Sling MCP Server
by @apache
Apache sling
Created 1/15/2026
Updated about 5 hours ago
README
Repository documentation and setup instructions
Apache Sling MCP Server
Experimental MCP Server implementation for Apache Sling.
Usage
Build the project with Maven and start up the MCP server, based on the Apache Sling Starter:
$ mvn install feature-launcher:start feature-launcher:stop -Dfeature-launcher.waitForInput
Then build and deploy the sibling contributions package:
$ mvn -f ../mcp-server-contributions/ install sling:install
Then open up your coding assistant tool and add an remote MCP server with location http://localhost:8080/mcp .
Quick Setup
Installation guide for this server
Installation Command (package not published)
git clone https://github.com/apache/sling-org-apache-sling-mcp-server
Manual Installation: Please check the README for detailed setup instructions and any additional dependencies required.
Cursor configuration (mcp.json)
{
"mcpServers": {
"apache-sling-org-apache-sling-mcp-server": {
"command": "git",
"args": [
"clone",
"https://github.com/apache/sling-org-apache-sling-mcp-server"
]
}
}
}