Factory Droid runs autonomous software engineering agents. Add AgentValet and those agents can access GitHub, Jira, Slack, and more — without credentials stored anywhere in your project config.
Use the droid mcp add command or create the config file manually.
droid mcp add agentvalet https://api.agentvalet.ai/mcp/v1/YOUR_OWNER_ID
{
"mcpServers": {
"agentvalet": {
"url": "https://api.agentvalet.ai/mcp/v1/YOUR_OWNER_ID",
"transport": "streamable-http"
}
}
}
npx @agentvalet/register — generates an RS256 keypair, records your agent in the registry, and outputs your OWNER_ID.droid mcp add agentvalet https://api.agentvalet.ai/mcp/v1/… — or create .factory/mcp.json with the config above.Factory Droid engineering agents can access GitHub, Jira, Slack, and other platforms without credentials stored in project config.
Register free, get your OWNER_ID, and run droid mcp add.