forgekit-agent-plugin
Documentation
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-pluginSubmit repo to cursor.directory/plugins/new after pushing to GitHub.
License
MIT — see LICENSE
Frequently asked questions
What is forgekit-agent-plugin?
forgekit-agent-plugin is a Model Context Protocol (MCP) server listed in the TrackMCP directory.
How do I install forgekit-agent-plugin?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is forgekit-agent-plugin open source?
Yes — it is hosted on GitHub at https://github.com/fulchere/forgekit-agent-plugin.
Related MCP tools
Model Context Protocol Servers
Cognee is the open-source AI memory platform for agents. Give your AI agents persistent long-term memory across sessions with a self-hosted knowledge graph engine.
Search infrastructure for AI
A MCP for Claude Desktop / Claude Code / Windsurf / Cursor to build n8n workflows for you
MCP server to provide Figma layout information to AI coding agents like Cursor
Python SQL Parser and Transpiler
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP