From 38db6a7d32ed7fd330b5934dc9df66056a5979f5 Mon Sep 17 00:00:00 2001 From: Oscar Marin Molina <80910465+marin1321@users.noreply.github.com> Date: Wed, 29 Apr 2026 09:54:09 -0500 Subject: [PATCH 1/2] feat: add mcp-devtools to Developer Tools MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adds @oscarmarin/mcp-devtools — a production-grade MCP server for local developer tooling. - 14 tools: filesystem, database, process, OpenAPI - TypeScript + Node.js, MIT license - npm: https://www.npmjs.com/package/@oscarmarin/mcp-devtools - Docs: https://mcp-devtools.oscarmarindev.com --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 55f255c0..7abbf5dc 100644 --- a/README.md +++ b/README.md @@ -756,6 +756,7 @@ Data Platforms for data integration, transformation and pipeline orchestration. Tools and integrations that enhance the development workflow and environment management. +- [marin1321/mcp-devtools](https://github.com/marin1321/mcp-devtools) 📇 🏠 🍎 🪟 🐧 - Production-grade MCP server giving AI agents safe access to your local dev environment: filesystem, databases, processes, and OpenAPI specs. Security-first with scope enforcement, command allowlist, and read-only DB mode. - [EtienneChollet/ontomics](https://github.com/EtienneChollet/ontomics) [![EtienneChollet/ontomics MCP server](https://glama.ai/mcp/servers/EtienneChollet/ontomics/badges/score.svg)](https://glama.ai/mcp/servers/EtienneChollet/ontomics) 🦀 🏠 🍎 🐧 - Semantic code index that extracts domain concepts, naming conventions, and behavioral similarity from codebases. One tool call instead of 19, ~20x fewer tokens for codebase understanding queries. - [LWTlong/ai-dev-analytics](https://github.com/LWTlong/ai-dev-analytics) [![glama.ai](https://glama.ai/mcp/servers/LWTlong/ai-dev-analytics/badges/score.svg)](https://glama.ai/mcp/servers/LWTlong/ai-dev-analytics) 📇 🏠 - An open-source observability layer for AI coding. Silently tracks dev tokens/time and auto-codifies AI deviations into persistent project rules. - [3KniGHtcZ/codebeamer-mcp](https://github.com/3KniGHtcZ/codebeamer-mcp) [![codebeamer-mcp MCP server](https://glama.ai/mcp/servers/3KniGHtcZ/codebeamer-mcp/badges/score.svg)](https://glama.ai/mcp/servers/3KniGHtcZ/codebeamer-mcp) 📇 ☁️ 🍎 🪟 🐧 - Codebeamer ALM integration for managing work items, trackers, and projects. Provides 17 tools for reading and writing items, associations, references, comments, and risk management data via Codebeamer REST API v3. From 4f648918853af8ffb6721a4c62e4d3da19e1dd9e Mon Sep 17 00:00:00 2001 From: Oscar Marin Molina <80910465+marin1321@users.noreply.github.com> Date: Wed, 29 Apr 2026 10:11:53 -0500 Subject: [PATCH 2/2] Add Glama badge and fix ordering for mcp-devtools Added the Glama score badge and ensured the server is listed and passing checks on Glama. Also updated the ordering to match the repository guidelines. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7abbf5dc..9a5f4df9 100644 --- a/README.md +++ b/README.md @@ -756,7 +756,7 @@ Data Platforms for data integration, transformation and pipeline orchestration. Tools and integrations that enhance the development workflow and environment management. -- [marin1321/mcp-devtools](https://github.com/marin1321/mcp-devtools) 📇 🏠 🍎 🪟 🐧 - Production-grade MCP server giving AI agents safe access to your local dev environment: filesystem, databases, processes, and OpenAPI specs. Security-first with scope enforcement, command allowlist, and read-only DB mode. +- [marin1321/mcp-devtools](https://github.com/marin1321/mcp-devtools) [![marin1321/mcp-devtools MCP server](https://glama.ai/mcp/servers/marin1321/mcp-devtools/badges/score.svg)](https://glama.ai/mcp/servers/marin1321/mcp-devtools) 📇 🏠 🍎 🪟 🐧 - Production-grade MCP server for secure access to local dev environments (filesystem, databases, processes, OpenAPI). Includes scope enforcement, command allowlist, and read-only DB mode. - [EtienneChollet/ontomics](https://github.com/EtienneChollet/ontomics) [![EtienneChollet/ontomics MCP server](https://glama.ai/mcp/servers/EtienneChollet/ontomics/badges/score.svg)](https://glama.ai/mcp/servers/EtienneChollet/ontomics) 🦀 🏠 🍎 🐧 - Semantic code index that extracts domain concepts, naming conventions, and behavioral similarity from codebases. One tool call instead of 19, ~20x fewer tokens for codebase understanding queries. - [LWTlong/ai-dev-analytics](https://github.com/LWTlong/ai-dev-analytics) [![glama.ai](https://glama.ai/mcp/servers/LWTlong/ai-dev-analytics/badges/score.svg)](https://glama.ai/mcp/servers/LWTlong/ai-dev-analytics) 📇 🏠 - An open-source observability layer for AI coding. Silently tracks dev tokens/time and auto-codifies AI deviations into persistent project rules. - [3KniGHtcZ/codebeamer-mcp](https://github.com/3KniGHtcZ/codebeamer-mcp) [![codebeamer-mcp MCP server](https://glama.ai/mcp/servers/3KniGHtcZ/codebeamer-mcp/badges/score.svg)](https://glama.ai/mcp/servers/3KniGHtcZ/codebeamer-mcp) 📇 ☁️ 🍎 🪟 🐧 - Codebeamer ALM integration for managing work items, trackers, and projects. Provides 17 tools for reading and writing items, associations, references, comments, and risk management data via Codebeamer REST API v3.