Use Case: Accelerate bug investigation and resolution using Factory.ai's Droid CLI with CoreStory's code intelligence, creating a specialized bug-resolver subagent.
Value Proposition: Custom Droids enable you to encode the complete CoreStory bug resolution workflow as a reusable subagent with strict tooling policies and context isolation.
Factory-Specific Advantage: Droid's custom subagent system allows you to create a dedicated bug-resolver that can be invoked with a single command, maintaining the six-phase workflow consistently across all bug investigations.
Get the custom subagent below:
CoreStory + Factory.ai Custom Bug Resolver Droid
Factory.ai Droid accesses CoreStory via the Model Context Protocol (MCP). This enables Droid to query your codebase intelligence, project documentation, and conversation history directly.
What you need:
<aside> 💡
MCP Docs: CoreStory MCP Server Setup & Usage Guide
</aside>
Add CoreStory MCP server to Droid:
droid mcp add corestory <https://api.corestory.ai/mcp> --type http \\
--header "Authorization: Bearer mcp_YOUR_TOKEN_HERE"
Verify connection:
*# Open MCP management UI*
droid
*# Type: /mcp
# Confirm CoreStory appears with available tools
# Or test directly:*
droid exec "List my CoreStory projects"