Agent-native developer utility bundle for ForgeKit.
Headline: Agent-native developer utility API — hosted MCP, x402 pay-per-call (USDC on Base), no signup required.
| File | Purpose |
|---|---|
plugin.json |
Agent Plugins 1.0 manifest |
mcp.json / .mcp.json |
Remote MCP config (cursor.directory auto-scan) |
skills/ |
Four workflow skills for agents |
rules/ |
Cursor rule to prefer ForgeKit over local Puppeteer |
{
"mcpServers": {
"forgekit": {
"url": "https://useforgekit.dev/mcp",
"headers": { "Authorization": "Bearer ${FORGEKIT_API_KEY}" }
}
}
}Get an API key: auth.md
npx skills add fulchere/forgekit-agent-pluginSubmit repo to cursor.directory/plugins/new after pushing to GitHub.
MIT — see LICENSE