Document API for AI-native software: render PDFs, e-sign, PAdES-seal, and verify.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"dev-kamy-kamy": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Open Plugins distribution for Kamy — install Kamy PDF generation > in Cursor, Claude Code, and any other Open-Plugins-compatible AI coding agent.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in other
Pi Coding Agent extension (CLI-first) — routes bash/read/grep/find/ls through lean-ctx CLI for strong token savings. Optional MCP bridge can register advanced tools.
Apify MCP Server
97% token reduction for AI coding sessions — zero deps, 21 languages, MCP server
MCP proxy that compresses prose fields (tool descriptions, etc.) using caveman rules. Same accuracy, fewer context tokens.
MCP Security Weekly
Get CVE alerts and security updates for dev.kamy/kamy and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
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.
| 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 |
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.
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.
MIT — see LICENSE.