@circulara/plugin
Circulara Observe MCP plugin - meters your AI agents' token spend and carbon (free tier).
Install (after signing in at https://plugin.circulara.ai and copying your env block from the Connect page):
claude mcp add circulara -- npx -y -p @circulara/plugin circulara-mcp
Publishing a new version
- Bump
versioninpackage.json(keepmcpName=ai.circulara/plugin). - Build + publish to npm:
npm run build -w @circulara/pluginthen, frompackages/plugin,npm publish(public scope, OTP). - Update
server.jsonso itsversionand each packageversionmatch the new npm version (itsnamemust stayai.circulara/plugin= the package'smcpName). - Publish the MCP-registry entry:
mcp-publisher publishusing DNS auth for thecirculara.aidomain. The DNS signing key ismcp-dns-key.pem- a CREDENTIAL, kept OUT of git (see.gitignore), held by the CTO. Never commit it.
The registry entry auto-propagates to most other MCP directories.