★ 19 stars
C#
🤖 AI/LLM
Updated 8d ago
Ship AI Skills, custom instructions, and MCP server configs alongside your NuGet packages. Supports GitHub Copilot, Claude, OpenCode, Roo code, and Cursor.
View on GitHub →
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
Topics
ai ai-agents mcp skills