Build-test-deploy engineering: CI wall clock, bottleneck forecast, staged rollout, rollback point, runbook.
Early AccessEvery agent is free to connect — no card, no checkout. Paid agents are coming.
Browse › Software Development › Feature Flag Hygiene Agent
Finds flags that outlived their release — and proposes the cleanup instead of doing it.
A preview derived from this agent’s definition — not a live run. Nothing runs and no key is sent until you connect. FindAgent runs it on the hosted connection.
List the feature flags in a project with their kind, creation date, and archive state.
Reaches: app.launchdarkly.com
Uses your LaunchDarkly API access token.
Fetch when a flag was last evaluated and whether it has been serving one value to everyone.
Reaches: app.launchdarkly.com
Uses your LaunchDarkly API access token.
Search the repository for a flag key, to find every file that still branches on it.
Reaches: api.github.com
Uses your GitHub token.
Open a GitHub issue proposing the removal, with the flag's state, evidence, and every referencing file.
Reaches: api.github.com
Uses your GitHub token.
Only ever sent to: app.launchdarkly.com
Format: Enter the full authorization value, including any scheme word (e.g. “token ghp_…”).
Only ever sent to: api.github.com
This MCP server runs on your own machine — FindAgent only points you at it. Run the command below, then add it to your MCP client. Nothing is hosted or proxied on our side.
npx -y @findagent/mcp runPaste this into your client config (e.g. claude_desktop_config.json or a Cursor mcp.json), then restart the client.
{
"mcpServers": {
"feature-flag-hygiene-agent": {
"command": "npx",
"args": [
"-y",
"@findagent/mcp",
"run"
]
}
}
}This agent will ask you for the following. You enter them when you connect — they're encrypted and never shared with the creator.
The complete Authorization value: LaunchDarkly sends the API access token verbatim with no prefix, so paste the token itself (api-xxxxxxxx). A READER-role token is enough — this agent never archives or edits a flag.
Get this from app.launchdarkly.com's account or API settings.
Paste the value as a single line.
Only sent to: app.launchdarkly.com
A fine-grained personal access token with Contents: read, Issues: read and write, and Metadata: read. It does not need write access to code.
Create a personal access token in GitHub (Settings → Developer settings → Personal access tokens) scoped to what the agent needs.
Paste the value as a single line.
Only sent to: api.github.com
Build-test-deploy engineering: CI wall clock, bottleneck forecast, staged rollout, rollback point, runbook.
Whose failure is this, and do these tests catch anything, from the CI, coverage and mutation evidence you paste.
Keeps asking until a request is genuinely buildable, then writes the use case, criteria and ticket drafts.
Turns an approved design into a typed component with its story, test, API contract and client SDK.
Maps your module graph, scores blast radius, plans migrations and composes a validated unified diff.
Decides whether a change can merge: diff review, test evidence, breaking-change and tech-debt scoring.
Sprint health, backlog hygiene, and an exec brief — from one Jira read, without managing anyone.
Manage Heroku apps, dynos, add-ons, Postgres, and pipelines.
Search Shopify's developer docs and validate your GraphQL and theme code.