ai-devtool-mcp-server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@ai-devtool-mcp-serverreview the diff for PR #42"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
ai-devtool-mcp-server
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.
Related MCP server: jt-mcp-server
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 idPlanned 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
Quality and Safety Requirements
All tool contracts validated via shared schemas.
Allowlist-based tool dispatch.
Audit logging for every tool invocation.
This 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.
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/surajrsawat/ai-devtool-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server