ForgeKit Agent Plugin
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.
Contents
| 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 |
MCP connection
{
"mcpServers": {
"forgekit": {
"url": "https://useforgekit.dev/mcp",
"headers": { "Authorization": "Bearer ${FORGEKIT_API_KEY}" }
}
}
}
Get an API key: auth.md
Install
npx skills add fulchere/forgekit-agent-plugin
Submit repo to cursor.directory/plugins/new after pushing to GitHub.
License
MIT โ see LICENSE