Ship AI Skills, custom instructions, and MCP server configs alongside your NuGet packages. Supports GitHub Copilot, Claude, OpenCode, Roo code, and Cursor.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"zakira.imprint": {
"command": "npx",
"args": [
"-y",
"MoaidHathot/Zakira.Imprint"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add zakira.imprint npx -y MoaidHathot/Zakira.Imprint
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"zakira.imprint": {
"command": "npx",
"args": [
"-y",
"MoaidHathot/Zakira.Imprint"
]
}
}
}
📋 Copy