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 › Codebase Onboarding Engineer
Explains an unfamiliar codebase the way a senior engineer would — read-only, no write access at all.
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 contents of a directory in the repository, to establish its shape.
Reaches: api.github.com
Uses your GitHub token.
Fetch the raw contents of one file.
Reaches: api.github.com
Uses your GitHub token.
Fetch the full file tree of a branch in one call, for orientation on a large repository.
Reaches: api.github.com
Uses your GitHub token.
Search code in the repository to answer who calls something or where it is configured.
Reaches: api.github.com
Uses your GitHub token.
List recent commits touching a path, to see what is actively changing and why.
Reaches: api.github.com
Uses your GitHub token.
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": {
"codebase-onboarding-engineer": {
"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.
A fine-grained personal access token with Contents: read and Metadata: read only. This agent never writes, so do not grant it write access to anything — read-only is the whole point.
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.