A production-grade toolkit that exposes 14 local development operations to Claude and other MCP clients. You get filesystem access (read, write, search), database queries with read-only mode, command execution through an allowlist, and OpenAPI spec parsing with API calls. Security is baked in: scope boundaries prevent path traversal, SQL is parsed to block mutations in read-only mode, and HTTP transport supports Bearer auth. The plugin API lets you add custom tools without forking. Includes an audit log and ships with four workflow prompts for debugging and code review. Useful when you want AI assistance that can safely touch your actual dev environment instead of just talking about code.
claude mcp add --transport stdio marin1321-mcp-devtools uvx mcp-devtools