Skip to content

Model Context Protocol server providing AI-accessible tools for system control and multi-agent coordination

Notifications You must be signed in to change notification settings

gp-somni-labs/auto-dev-mcp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

1 Commit
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Auto-Developer MCP Server

Model Context Protocol server providing AI-accessible tools for system control and multi-agent coordination.

πŸ”— Repository Info

  • GitHub: https://github.com/[username]/auto-dev-mcp
  • Docker Hub: ghcr.io/auto-developer/mcp
  • Protocol: Model Context Protocol (MCP)

🎯 Purpose

  • AI tool interface layer for LLMs (Claude, GPT-4, etc.)
  • Multi-agent task coordination
  • Structured tool execution with validation
  • System state introspection for AI agents

πŸ“ Structure

auto-dev-mcp/
β”œβ”€β”€ src/                    # MCP server implementation
β”œβ”€β”€ tests/                  # Unit and integration tests
β”œβ”€β”€ schemas/                # JSON schemas for tool validation
β”œβ”€β”€ examples/               # Usage examples for different LLMs
└── docs/                   # Tool documentation

πŸš€ Quick Start

pip install -r requirements.txt
python -m src.main

πŸ”§ Available Tools

  • System Tools: get_system_status, get_satellites, health_check
  • Approval Tools: get_approval_queue, approve_request, deny_request
  • Project Tools: create_project, deploy_project, list_templates
  • Knowledge Tools: query_notes, search_web, update_research
  • Canvas Tools: update_board, create_task, move_task

πŸ€– Agent Composer

Includes the interactive Agent Composer tool for creating specialized AI agents:

# Create new agent
python .claude/agent-composer.py create my-specialist-agent

# List available agents
python .claude/agent-composer.py list

# View templates
python .claude/agent-composer.py templates

Pre-built Agent Types

  • approval-manager - Intelligent approval workflow management
  • auto-dev-monitor - System monitoring and health specialist
  • satellite-orchestrator - Satellite fleet management
  • software-developer - Full-stack development specialist
  • data-scientist - Data analysis and ML specialist

πŸ€– LLM Integration

  • Claude: Direct tool calling via MCP protocol
  • OpenAI: Function calling integration
  • Custom Agents: HTTP REST API endpoints
  • WebSocket: Real-time tool execution

About

Model Context Protocol server providing AI-accessible tools for system control and multi-agent coordination

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages