Share & Install Prompts, MCPs & Hooks
Beyond skills and agents, UniCtx lets you share three more building blocks: prompts, MCP server configurations, and hooks. Each can be published to your workspace marketplace and installed with a single command.
Share Prompts, MCPs, Hooks
A system prompt defines the baseline behavior and persona of an AI assistant. Sharing prompts lets teams enforce consistent AI behavior across all members.
You can share Prompts, MCPs and Hooks in UniCtx by creating new artifacts inside UniCtx webapp.
Here are steps for creating new artifacts:
- Go to your team workspace
- Click on + add button.
- Choose the corresponding type of your artifact and add its markdown content.
MCP Servers
MCP (Model Context Protocol) servers extend what tools are available to an AI assistant. UniCtx lets you package and distribute MCP server configurations so teammates can add new tool capabilities without manual setup.
Installation clones the server config into your AI tool's MCP settings file and prompts for any required credentials. MCPs installation via CLI is available as an early access feature.
Hooks
Hooks are shell commands that run automatically in response to AI tool lifecycle events — before a response, after a tool call, on session start, and more. Sharing hooks lets teams enforce standards like auto-formatting, linting, or logging.