streamable-httpMITupdated 3mo ago
Open Plugins distribution for Kamy — install Kamy PDF generation in Cursor, Claude Code, and any other Open-Plugins-compatible AI coding agent.
What can you do with Kamy?
Open Plugins distribution for Kamy — install Kamy PDF generation in Cursor, Claude Code, and any other Open-Plugins-compatible AI coding agent.
This repository ships only the plugin manifest and the agent-facing assets (skill, rules, sub-agent, MCP config). The Kamy API, dashboard, SDK source, and template engine live in private infrastructure; this repo is the install surface for AI agents.
What's in this plugin
| Path | Component | Purpose |
|---|---|---|
.plugin/plugin.json |
Manifest | Name, version, metadata, declared components |
skills/kamy/SKILL.md |
Skill | Teaches the agent when and how to render PDFs |
rules/kamy-sdk.mdc |
Rule | Coding conventions for @kamydev/sdk and the REST API |
agents/pdf-template-author.md |
Sub-agent | Specialised template-design agent (Handlebars + print CSS) |
.mcp.json |
MCP server | Hosted MCP at mcp.kamy.dev exposing render tools |
Install
Point your Open-Plugins-compatible agent at this repository and follow the host's plugin-install flow:
https://github.com/Kamy-Development/kamy-plugin
The agent reads .plugin/plugin.json and loads the components automatically.
You will also need a Kamy API key. Grab one from
kamy.dev/dashboard/keys and expose it as
KAMY_API_KEY in your environment so the MCP server picks it up.
Use Kamy without the plugin
If you don't use an Open-Plugins-compatible agent, install the SDK or CLI directly:
# SDK (Node, Bun, Deno, Workers, Edge, browser)
npm i @kamydev/sdk
# CLI (scripts, CI, previews)
npm i -g @kamydev/cli
Full docs at kamy.dev/docs.
Support
- Docs — kamy.dev/docs
- Status — kamy.dev/status
- Changelog — kamy.dev/changelog
- Email — support@kamy.dev
- Security — security@kamy.dev
License
MIT — see LICENSE.
Install
Add Kamy to your client. Pick the one you use.
claude mcp add --transport http kamy https://mcp.kamy.dev/mcpcodex mcp add kamy --url https://mcp.kamy.dev/mcp{
"mcpServers": {
"kamy": {
"url": "https://mcp.kamy.dev/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"kamy": {
"type": "http",
"url": "https://mcp.kamy.dev/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"kamy": {
"url": "https://mcp.kamy.dev/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"kamy": {
"serverUrl": "https://mcp.kamy.dev/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation22/25
- Maintenance13/25
- Trust16/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 110 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 1.2.0Latest | May 6, 2026 |