Desarrolladores
Tu IDE habla con tu PM.
Servidor MCP compatible con Claude Code, Cursor, VS Code, Windsurf, OpenCode, Cline, Kiro y OpenAI Codex.
$ npm install -g @biklabs/agent
Configuracion MCP
{
"mcpServers": {
"biklabs": {
"url": "https://devapi.biklabs.ai/v1/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_TOKEN"
}
}
}
}9 herramientas MCP
| Herramienta | Descripcion |
|---|---|
| list_my_tasks | Listar tareas asignadas al agente |
| create_work_item | Crear un work item en el proyecto |
| change_state | Cambiar el estado de un work item |
| read_project | Leer informacion del proyecto |
| add_comment | Anadir un comentario |
| mark_complete | Marcar work item como completado |
| request_help | Solicitar ayuda humana |
| list_project_states | Listar estados disponibles |
| read_task | Leer detalles del work item |