orchardcore-ai-mcp-client
Skill for configuring CrestApps MCP client connections in Orchard Core. Covers SSE and Stdio transports, authentication, recipes, and assigning MCP connections to AI experiences.
npx skills add majiayu000/claude-skill-registry --skill orchardcore-ai-mcp-client --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 Client - Prompt Templates ## Configure MCP Clients You are an Orchard Core expert. Generate admin, configuration, and recipe guidance for connecting Orchard Core to external MCP servers through the CrestApps MCP client features. ### Guidelines - Use `CrestApps.OrchardCore.AI.Mcp` for remote MCP servers over SSE. - Use `CrestApps.OrchardCore.AI.Mcp.Stdio` for local MCP servers over standard input/output. - Remote SSE connections are managed under **Artificial Intelligence → MCP Connections**. - Sensitive secrets are encrypted at rest using ASP.NET Core Data Protection. - Do not export encrypted values and do not commit plaintext secrets. ### Feature Overview | Transport | Feature ID | Description | |-----------|-----------|-------------| | SSE | `CrestApps.OrchardCore.AI.Mcp` | Connect to remote MCP servers over HTTP/SSE | | Stdio | `CrestApps.OrchardCore.AI.Mcp.Stdio` | Connect to local MCP servers over stdin/stdout | ### Enable the SSE MCP Client ```json { "steps": [ { "name": "Feature", "enable": [ "CrestApps.OrchardCore.AI", "CrestApps.OrchardCore.AI.Mcp" ], "disable": [] } ] } ``` ### Add a Remote MCP Connection via Admin UI 1. Navigate to **Artificial Intell
- Configure MCP Clients
- Guidelines
- Feature Overview
- Enable the SSE MCP Client
- Add a Remote MCP Connection via Admin UI
- SSE Authentication Types
- SSE Recipe Example
- Enable the Stdio MCP Client
- Add a Local MCP Connection via Admin UI
- Stdio Recipe Example
- Assign MCP Connections to AI Experiences
- Security Notes
- Best Practices
What does the orchardcore-ai-mcp-client skill do?
Skill for configuring CrestApps MCP client connections in Orchard Core. Covers SSE and Stdio transports, authentication, recipes, and assigning MCP connections to AI experiences.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill orchardcore-ai-mcp-client --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.
