🧑🚀 全世界最好的LLM资料总结(Agent框架、辅助编程、数据处理、模型训练、模型推理、o1 模型、MCP、小语言模型、视觉语言模型) | Summary of the world's best LLM resources.

mcp-sitecore-server
Model Context Protocol server for Sitecore
2
Github Watches
0
Github Forks
2
Github Stars
Model Context Protocol server for Sitecore
Implemented tools
- GraphQL API
-
introspection-grahpql-{schema}
: returns the GraphQL schema -
query-graphql-{schema}
: executes a GraphQL query
-
- Item Service API
-
item-service-get-item
: returns an item by ID -
item-service-get-item-children
: returns the children of an item by ID -
item-service-get-item-by-path
: returns an item by path -
item-service-create-item
: creates an item by providing a template ID and parent path. -
item-service-edit-item
: edits an item by ID -
item-service-delete-item
: deletes an item by ID -
item-service-search-items
: searches for items -
item-service-run-stored-query
: runs a stored query -
item-service-run-stored-search
: runs a stored search - Composite Item Service API
-
item-service-get-languages
: returns Sitcore languages in the instance
-
-
- Sitecore Powershell
- Sitecore CLI
Installation
Add the following Model Context Protocol server to your Cursor, VS Code, Claud:
"Sitecore": {
"type": "stdio",
"command": "npx",
"args": ["@antonytm/mcp-sitecore-server@latest"],
"env": {
"TRANSPORT": "stdio",
"GRAPHQL_ENDPOINT": "https://xmcloudcm.localhost/sitecore/api/graph/",
"GRAPHQL_SCHEMAS": "edge,master,core",
"GRAPHQL_API_KEY": "{6D3F291E-66A5-4703-887A-D549AF83D859}",
"GRAPHQL_HEADERS": "",
"ITEM_SERVICE_DOMAIN": "sitecore",
"ITEM_SERVICE_USERNAME": "admin",
"ITEM_SERVICE_PASSWORD": "b",
"ITEM_SERVICE_SERVER_URL": "https://xmcloudcm.localhost/"
}
}
Environment Variables Description
-
TRANSPORT
: The transport protocol to use. Options arestdio
orsse
. -
GRAPHQL_ENDPOINT
: The GraphQL endpoint URL for the Sitecore instance. -
GRAPHQL_SCHEMAS
: The Sitecore schemas to use for the GraphQL API, comma-separated. -
GRAPHQL_API_KEY
: The API key for the GraphQL endpoint. -
GRAPHQL_HEADERS
: Additional headers to include in the GraphQL requests. -
ITEM_SERVICE_DOMAIN
: The domain for the Item Service API login. Default issitecore
. -
ITEM_SERVICE_USERNAME
: The username for the Item Service API login. -
ITEM_SERVICE_PASSWORD
: The password for the Item Service API login. -
ITEM_SERVICE_SERVER_URL
: The base URL for the Item Service API.
Resources list
-
config
: returns the configuration of the server. Use it to check if everything is properly configured.
Local Installation / Development
- Clone the repository
- Run
npm install
to install dependencies - Run
npm run build
to build the project - Run
npm start
to start the server
相关推荐
Dify is an open-source LLM app development platform. Dify's intuitive interface combines AI workflow, RAG pipeline, agent capabilities, model management, observability features and more, letting you quickly go from prototype to production.
an easy-to-use dynamic service discovery, configuration and service management platform for building AI cloud native applications.
🔥 1Panel provides an intuitive web interface and MCP Server to manage websites, files, containers, databases, and LLMs on a Linux server.
AI's query engine - Platform for building AI that can answer questions over large scale federated data. - The only MCP Server you'll ever need
🧑🚀 全世界最好的LLM资料总结(视频生成、Agent、辅助编程、数据处理、模型训练、模型推理、o1 模型、MCP、小语言模型、视觉语言模型) | Summary of the world's best LLM resources.
FastGPT is a knowledge-based platform built on the LLMs, offers a comprehensive suite of out-of-the-box capabilities such as data processing, RAG retrieval, and visual AI workflow orchestration, letting you easily develop and deploy complex question-answering systems without the need for extensive setup or configuration.
Memory for AI Agents; SOTA in AI Agent Memory; Announcing OpenMemory MCP - local and secure memory management.
⛓️RuleGo is a lightweight, high-performance, embedded, next-generation component orchestration rule engine framework for Go.