Ai Devtool Server
БесплатноНе проверенMCP server for AI DevTool workflow, exposing tools and resources for code review, repository chat, and repository operations.
Описание
MCP server for AI DevTool workflow, exposing tools and resources for code review, repository chat, and repository operations.
README
Model Context Protocol (MCP) server for AI DevTool workflow tools/resources/prompts.
What This Repo Owns
- MCP transport endpoints (stdio/SSE).
- Tool registry, schema validation, and policy enforcement.
- MCP resources and prompt catalog for code review and repository chat.
Bounded Context
- Owns MCP compatibility and tool exposure.
- Does not own core business API lifecycle (api) or UI rendering (web).
System Design Diagram
flowchart LR
Client[MCP Client] --> Server[MCP Server]
Server --> Tools[Tool Registry]
Tools --> API[ai-devtool-api]
Tools --> Worker[ai-devtool-worker]
Tools --> Contracts[ai-devtool-contracts]
Tool Invocation Flow
sequenceDiagram
participant C as MCP Client
participant M as MCP Server
participant T as Tool Handler
participant A as API/Service
C->>M: tool call
M->>M: validate request schema
M->>T: dispatch handler
T->>A: execute domain action
A-->>T: result
T-->>M: typed output
M-->>C: response + trace id
Planned MVP Tools
- repo_index_status
- repo_search
- repo_read_file
- review_diff
- review_pr_summary
- prompt_catalog_list
Local Development
- npm install
- npm run typecheck
- npm run test
- npm run lint
- API-backed stdio server:
API_BASE_URL=http://127.0.0.1:3001 npm run start:stdio - End-to-end local smoke (boots API + MCP and exercises tools):
npm run e2e:local
Run and Deployment Notes
- Required runtime env:
API_BASE_URL(defaults tohttp://localhost:3001if not set). - Stdio startup command:
npm run start:stdio. - Expected MCP tools in current phase:
repo_index_statusrepo_searchreview_startreview_status
- For local deployment rehearsal, run
npm run e2e:localbefore publishing to preview/staging.
Quality and Safety Requirements
- All tool contracts validated via shared schemas.
- Allowlist-based tool dispatch.
- Audit logging for every tool invocation.
Установка Ai Devtool Server
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/surajrsawat/ai-devtool-mcp-serverFAQ
Ai Devtool Server MCP бесплатный?
Да, Ai Devtool Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Ai Devtool Server?
Нет, Ai Devtool Server работает без API-ключей и переменных окружения.
Ai Devtool Server — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Ai Devtool Server в Claude Desktop, Claude Code или Cursor?
Открой Ai Devtool Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Gmail
Read, send and search emails from Claude
автор: GoogleSlack
Send, search and summarize Slack messages
автор: SlackRunbear
No-code MCP client for team chat platforms, such as Slack, Microsoft Teams, and Discord.
Discord Server
A community discord server dedicated to MCP by [Frank Fiegel](https://github.com/punkpeye)
Compare Ai Devtool Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории communication
