Developers
Your IDE talks to your PM. PM controls, IDE executes.
BYOA: connect any MCP-compatible IDE. Claude Code, Cursor, VS Code, Windsurf, OpenCode, Cline, Kiro, OpenAI Codex. Your agent reads tasks, updates status, requests approval — all through MCP.
$ npm install -g @biklabs/agent
MCP Configuration
{
"mcpServers": {
"biklabs": {
"url": "https://devapi.biklabs.ai/v1/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_TOKEN"
}
}
}
}9 MCP tools
| Tool | Description |
|---|---|
| list_my_tasks | List tasks assigned to the agent in its queue |
| create_work_item | Create a work item in the project |
| change_state | Change the state of a work item |
| read_project | Read project info and workspace context |
| add_comment | Add a comment with AI provenance badge |
| mark_complete | Mark work item as completed (triggers Gates if configured) |
| request_help | Request human approval via Gates |
| list_project_states | List available states for the workflow |
| read_task | Read work item details and linked context |