AI Collaboration MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
| resources | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| send_directive | Send a task directive to the development team. Can create single or batch tasks with dependencies. |
| send_batch_directives | Send multiple task directives at once. Use this to queue up multiple tasks for efficient workflow. |
| submit_work | Submit completed work for review |
| review_work | Submit a review of submitted work |
| ask_question | Ask a question about a task |
| answer_question | Answer a previously asked question |
| get_all_tasks | Get all tasks in the system |
| get_task_status | Get status of a specific task |
| ping | Simple ping to test server connectivity |
| update_project_state | Update the state of a project component |
| get_project_state | Get current project state |
| generate_report | Generate a project status report |
| init | Initialize agent with role-based autonomous workflow |
| stop_autonomous_work | Stop autonomous work mode |
| status | Get current system status |
| create_mission | Create a new mission |
| create_ticket | Create a new ticket |
| update_ticket | Update an existing ticket |
| list_tickets | List tickets with optional filtering |
| generate_context_summary | Generate a summary of current project context |
| start_autonomous_loop | Start an autonomous work loop that continuously checks for and processes work |
| stop_autonomous_loop | Stop the autonomous work loop |
| get_loop_status | Get the current status of the autonomous loop |
| create_project_plan | Create a comprehensive project plan with multiple phases |
| get_project_plan | Get the current active project plan |
| update_plan_progress | Update project plan progress when phase is complete |
| diagnose_tasks | Diagnose task state discrepancies between project state and actual tasks |
| reset_task_dependencies | Reset task dependencies for tasks that are blocked by completed/missing tasks |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| All Tasks | View all tasks in the system |
| Project State | Current state of all project components |
| Communication Logs | All communication between AIs |
| All Missions | View all missions and their progress |
| Role Configuration | View role definitions and agent assignments |
| All Tickets | View bugs, enhancements, tech debt, and implementation plans |
| Project Context | Current project context and onboarding information |
| Handoff Document | Generated handoff document with current project state |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/wyn0001/ai-collab-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server