Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors