Agent skill · AI & Agents

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.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
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.

Facts
Files in the skill folder: 2
SKILL.md size: 5 KB
Bundled scripts: none
Version: 1.0
Declared author: CrestApps Team
Path: skills/ai-llm/orchardcore-ai-mcp-client/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Configure MCP Clients
  2. Guidelines
  3. Feature Overview
  4. Enable the SSE MCP Client
  5. Add a Remote MCP Connection via Admin UI
  6. SSE Authentication Types
  7. SSE Recipe Example
  8. Enable the Stdio MCP Client
  9. Add a Local MCP Connection via Admin UI
  10. Stdio Recipe Example
  11. Assign MCP Connections to AI Experiences
  12. Security Notes
  13. Best Practices
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
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.

Keep going