trackmcp
Back to directory
fulchere

forgekit-agent-plugin

View on GitHub
0 starsOthers Updated Sep 2, 2026

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

FilePurpose
`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

json
{
  "mcpServers": {
    "forgekit": {
      "url": "https://useforgekit.dev/mcp",
      "headers": { "Authorization": "Bearer ${FORGEKIT_API_KEY}" }
    }
  }
}

Get an API key: auth.md

Install

bash
npx skills add fulchere/forgekit-agent-plugin

Submit 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

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP