devagent
Мультиагентная система автоматизации разработки — агентный CI/CD конвейер
Автоматизированный агентный CI/CD конвейер с использованием FastAPI, агентов на основе Claude и Model Context Protocol (MCP) для автоматического анализа Pull Request'ов GitHub, запуска модульных тестов и линтинга файлов.
Архитектура проекта
devagent/
├── agents/ # Claude-powered agents
│ ├── base_agent.py # Base agent with tool execution loop
│ ├── reviewer_agent.py # Reviewer agent parsing PR diffs
│ └── prompts.py # System prompts
├── app/ # FastAPI application
│ ├── api/routes/ # API endpoints (health)
│ ├── services/ # Claude integration service
│ ├── config.py # Settings and environment config
│ └── main.py # FastAPI main entrypoint
├── mcp_server/ # MCP Server
│ ├── server.py # MCPServer registration and endpoints
│ └── tools/ # MCP tools (fetch_pr_diff, lint, run_tests, search)
├── tests/ # Test suite (pytest)
│ ├── test_agents.py
│ ├── test_health.py
│ └── test_mcp_tools.py
├── .env.example # Environment template
├── .gitignore # Git ignore files
└── requirements.txt # Python dependenciesRelated MCP server: code-review-mcp-server
Возможности и MCP-инструменты
BaseAgent: Выполняет цикл вызова инструментов с использованием Anthropic API (Claude 3.5 Sonnet) для рекурсивного сбора информации о кодовой базе.
ReviewerAgent: Выполняет проверку кода на основе PR-диффов, ища ошибки корректности, уязвимости безопасности и проблемы качества кода.
MCP-инструменты:
fetch_pr_diff: Получает изменённые файлы и патчи для GitHub PR.search_codebase: Выполняет поиск по локальным файлам с помощью паттернов или текстового поиска.run_tests: Запускает модульные тесты с использованием pytest внутри целевого репозитория.lint_code: Запускает линтер Ruff на целевых файлах.
Установка и настройка
Клонируйте репозиторий (после публикации на GitHub).
Создайте и активируйте виртуальное окружение:
python -m venv .venv # Windows: .venv\Scripts\activate # Linux/macOS: source .venv/bin/activateУстановите зависимости:
pip install -r requirements.txtНастройте переменные окружения: Создайте файл
.envиз шаблона и заполните свои ключи:cp .env.example .envДобавьте свой
ANTHROPIC_API_KEYи при необходимостиGITHUB_TOKEN.
Запуск проекта
Запуск FastAPI-приложения
uvicorn app.main:app --reloadДокументация API доступна по адресу http://localhost:8000/docs.
Запуск MCP-сервера
Чтобы запустить MCP-сервер напрямую:
python mcp_server/server.pyЗапуск тестов
Чтобы запустить все тесты и проверить работу системы:
python -m pytestThis server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityCmaintenanceEnables code review operations on GitHub and GitLab, including fetching pull/merge requests, viewing diffs, adding comments, analyzing code quality, and creating merge requests directly from your MCP client.15344MIT
- AlicenseNot gradedqualityAmaintenanceEnables automated code review and GitHub PR commenting through MCP integration.439MIT
- AlicenseAqualityCmaintenanceProvides GitHub PR review capabilities to LLMs, enabling automated PR analysis, review submission, and inline commenting via MCP.14191MIT

Gitrama MCP Serverofficial
AlicenseNot gradedqualityCmaintenanceProvides 15 MCP tools for AI-powered Git intelligence, enabling commit messages, branch creation, PR descriptions, code review, diff analysis, and push operations directly from your AI assistant.MIT
Related MCP Connectors
A Model Context Protocol (MCP) application for automated GitHub PR analysis and issue management.…
Free MCP tools: the only MCP linter, health checks, cost estimation, and trust evaluation.
Scan any public GitHub MCP-server repo for security issues. 37 MCP-specific L1 rules, 8 languages.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/Hasinipachimatla/devagent'
If you have feedback or need assistance with the MCP directory API, please join our Discord server