
kitforai
Kit for AI developer hub — official SDK, Claude Code plugin, MCP setup, and llms.txt.
Install with your AI
Paste into Claude Code, Cursor, or any agent — it reads the repo and wires the tool into your project.
Install and set up kitforai (claude-plugin project) into my current project. Found on https://claudeers.com/kitforai Repo: https://github.com/kitforai/kitforai Homepage/docs: https://kitforai.com Detected install method: claude-plugin → /plugin install kitforai@kitforai/kitforai Category: plugins. Platforms: api. Read the repo's README for exact setup and env vars, then install it and wire it into my project. Claudeers Health Verdict: active; community-verified: false. Confirm the source before running anything.
/plugin marketplace add kitforai/kitforai /plugin install kitforai@kitforai/kitforai
git clone https://github.com/kitforai/kitforai
// compatibility
| Platforms | api |
|---|---|
| Operating systems | — |
| AI compatibility | claude |
| License | MIT |
| Pricing | open-source |
| Language | TypeScript |
Kit for AI — Developer Hub
Public developer resources for Kit for AI: persistent
memory for AI agents — remember/recall, knowledge-base RAG search, cited
chat, and document→Markdown/JSON conversion, over MCP and REST with one
API key.
Get an API key at https://kitforai.com/app/settings (starts with kfa_).
What's inside
| Path | What it is |
|---|---|
packages/sdk | @kitforai/sdk — the official typed TypeScript/JavaScript REST client (convert, knowledge bases). Zero-dependency, ESM + CJS. |
plugins/kit-for-ai | The Claude Code plugin — wires the Kit for AI MCP tools + a usage skill into Claude with one command. |
.claude-plugin/marketplace.json | Makes this repo an installable plugin marketplace (kitforai). |
.claude/ | A using-kit-for-ai skill — clone this repo and Claude Code knows when to remember/recall and use the tools. |
llms.txt | Machine-readable index for agents (mirrors https://kitforai.com/llms.txt). |
examples/ | Runnable SDK and MCP setup examples. |
Use the SDK
npm install @kitforai/sdk
import { KitForAI } from "@kitforai/sdk";
const kit = new KitForAI({ apiKey: process.env.KITFORAI_API_KEY! });
// Convert a URL to structured JSON
const res = await kit.convertUrl("https://example.com/report.pdf", { outputFormat: "json" });
See examples/sdk-quickstart.ts.
Use the Claude plugin
/plugin marketplace add kitforai/kitforai
/plugin install kit-for-ai@kitforai
export KITFORAI_API_KEY=kfa_...
This repo is the canonical home for the plugin, the SDK, and MCP setup. The plugin is submitted to Anthropic's Claude plugin directory from here.
Connect any MCP agent
Point any MCP client at the hosted server — see examples/mcp-setup.md:
{
"kit-for-ai": {
"type": "http",
"url": "https://kitforai.com/api/mcp",
"headers": { "x-api-key": "${KITFORAI_API_KEY}" }
}
}
Agents can self-configure from https://kitforai.com/llm-setup.
Links
- Docs: https://kitforai.com/docs · API reference: https://kitforai.com/reference
- MCP endpoint:
https://kitforai.com/api/mcp· REST base:https://kitforai.com/api/v1
License
MIT — see LICENSE.
// faq
What is kitforai?
Kit for AI developer hub — official SDK, Claude Code plugin, MCP setup, and llms.txt.. It is open-source on GitHub.
Is kitforai free to use?
kitforai is open-source under the MIT license, so it is free to use.
What category does kitforai belong to?
kitforai is listed under plugins in the Claudeers registry of Claude-compatible tools.
// embed badge
[](https://claudeers.com/kitforai)
// retro hit counter
[](https://claudeers.com/kitforai)
// reviews
// guestbook
// related in Claude Plugins
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.
Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explainin…
"CLI-Anything: Making ALL Software Agent-Native" -- CLI-Hub: https://clianything.cc/
financial-services — a Claude ecosystem project on GitHub.