Apache Sling MCP Server

Clone this repo:

Branches

  1. c874846 chore: try to trigger .asf.yaml processing by Robert Munteanu · 3 weeks ago master
  2. c695e71 chore(ci): build on Java 17 and 21 by Robert Munteanu · 3 weeks ago
  3. f899a93 chore: update project description, tags, homepage by Robert Munteanu · 3 weeks ago
  4. 2c40351 Add boilerplate files by Robert Munteanu · 3 weeks ago
  5. 5b5f1be chore: set scm information in the pom by Robert Munteanu · 3 weeks ago

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 .