orchardcore-ai-mcp
Skill for configuring Model Context Protocol (MCP) in Orchard Core using the CrestApps MCP module. Covers MCP client connections (SSE and Stdio transports), MCP server setup to expose Orchard Core as an MCP endpoint, MCP resources, authentication, and custom resource types.
npx skills add majiayu000/claude-skill-registry --skill orchardcore-ai-mcp-crestapps-crestapps-agentskill --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Orchard Core MCP (Model Context Protocol) - Prompt Templates ## Configure MCP Integration You are an Orchard Core expert. Generate code, configuration, and recipes for integrating Model Context Protocol (MCP) client and server capabilities into Orchard Core using CrestApps modules. ### Guidelines - The [Model Context Protocol (MCP)](https://modelcontextprotocol.io/introduction) is an open standard for seamless integration between LLM applications and external tools or data sources. - The CrestApps MCP module provides both client and server features. - **MCP Client**: Connect Orchard Core to external MCP servers using SSE or Stdio transports, extending AI chat capabilities with external tools. - **MCP Server**: Expose Orchard Core AI tools and resources to external MCP-compatible clients (AI agents, IDEs, copilots). - MCP connections can be configured via the admin UI or recipes. - MCP server authentication supports OpenId, ApiKey, or None (development only). - Never use `AuthenticationType: "None"` in production environments. - Install CrestApps packages in the web/startup project. - Always secure API keys using user secrets or environment variables. ### MCP Features Overview | F
- Configure MCP Integration
- Guidelines
- MCP Features Overview
- MCP Client: Connecting to External MCP Servers
- Enabling MCP Client Features
- Adding a Remote MCP Connection (SSE Transport) via Admin UI
- Adding a Remote MCP Connection via Recipe (SSE)
- Adding a Local MCP Connection (Stdio Transport)
- Adding a Local MCP Connection via Recipe (Stdio)
- Enabling MCP Client with Local Stdio Support
- MCP Server: Exposing Orchard Core as an MCP Endpoint
- Enabling MCP Server
- MCP Server Authentication
- Configuring MCP Server Authentication
What does the orchardcore-ai-mcp skill do?
Skill for configuring Model Context Protocol (MCP) in Orchard Core using the CrestApps MCP module. Covers MCP client connections (SSE and Stdio transports), MCP server setup to expose Orchard Core as an MCP endpoint, MCP resources, authentication, and custom resource types.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill orchardcore-ai-mcp-crestapps-crestapps-agentskill --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
