S
Sling Org Apache Sling MCP Server
作者 @apache
Apache sling
创建于 1/15/2026
更新于 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 .
快速设置
此服务器的安装指南
安装命令 (包未发布)
git clone https://github.com/apache/sling-org-apache-sling-mcp-server
手动安装: 请查看 README 获取详细的设置说明和所需的其他依赖项。
Cursor 配置 (mcp.json)
{
"mcpServers": {
"apache-sling-org-apache-sling-mcp-server": {
"command": "git",
"args": [
"clone",
"https://github.com/apache/sling-org-apache-sling-mcp-server"
]
}
}
}