claudeers.
// Claude Plugins

kitforai

Kit for AI developer hub — official SDK, Claude Code plugin, MCP setup, and llms.txt.

// Claude Plugins[ api ][ claude ]#claude#pluginsMIT$open-sourceupdated about 1 month ago
Actively maintained
99/100
last commit about 1 month ago
last release about 1 month ago
releases 1
open issues 0
// star history5 this week

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.
// or install directly (claude-plugin)
/plugin marketplace add kitforai/kitforai
/plugin install kitforai@kitforai/kitforai
// or clone
git clone https://github.com/kitforai/kitforai

// compatibility

Platformsapi
Operating systems
AI compatibilityclaude
LicenseMIT
Pricingopen-source
LanguageTypeScript

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

PathWhat it is
packages/sdk@kitforai/sdk — the official typed TypeScript/JavaScript REST client (convert, knowledge bases). Zero-dependency, ESM + CJS.
plugins/kit-for-aiThe Claude Code plugin — wires the Kit for AI MCP tools + a usage skill into Claude with one command.
.claude-plugin/marketplace.jsonMakes 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.txtMachine-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.

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.

0 views
129 stars
unclaimed
updated about 1 month ago

// embed badge

kitforai on Claudeers
[![Claudeers](https://claudeers.com/api/badge/kitforai.svg)](https://claudeers.com/kitforai)

// retro hit counter

kitforai hit counter
[![Hits](https://claudeers.com/api/counter/kitforai.svg)](https://claudeers.com/kitforai)

// reviews

// guestbook

0/500

// related in Claude Plugins

🔓

A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.

// pluginsmultica-ai/203,096[ claude ]
🔓

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…

// pluginsanthropics/Python141,574[ claude ]
🔓

"CLI-Anything: Making ALL Software Agent-Native" -- CLI-Hub: https://clianything.cc/

// pluginsHKUDS/Python47,363Apache-2.0[ claude ]
🔓

financial-services — a Claude ecosystem project on GitHub.

// pluginsanthropics/Python34,276Apache-2.0[ claude ]
→ see how kitforai connects across the ecosystem