orkuhh

DevUtils MCP Server

Community orkuhh
Updated

MCP server for OpenClaw

DevUtils MCP Server

Developer utilities MCP server providing essential tools for workspace management, file operations, and project analysis.

Tools

Tool Description
file_search Find files matching glob patterns
grep_search Search for patterns in files
project_info Get project structure summary
file_info Get detailed file information
list_tree List directory contents in tree format
batch_edit Batch find/replace across files
code_stats Get code statistics by language

Installation

cd /root/.openclaw/workspace/devutils-mcp-server
npm install

Usage

Via mcporter

Add to your mcporter config:

{
  "mcpServers": {
    "devutils": {
      "command": "node",
      "args": ["src/server.js"],
      "cwd": "/root/.openclaw/workspace/devutils-mcp-server",
      "disabled": false
    }
  }
}

Then restart mcporter:

mcporter restart

Direct

npm start

Examples

Find all JavaScript files

{
  "pattern": "**/*.js"
}

Search for a pattern

{
  "pattern": "TODO",
  "options": {
    "context": 3,
    "caseInsensitive": true
  }
}

Get project stats

{
  "path": ".",
  "maxDepth": 2
}

Author

Cipher

MCP Server · Populars

MCP Server · New

    omega-memory

    OMEGA

    Persistent memory for AI coding agents

    Community omega-memory
    btouchard

    Herald

    The self-hosted MCP bridge between Claude Chat and Claude Code.

    Community btouchard
    snyk

    mcp-scan

    Security scanner for AI agents, MCP servers and agent skills.

    Community snyk
    resend

    Email sending MCP 💌

    The official MCP server to send emails and interact with Resend

    Community resend
    flytohub

    Flyto Core

    The open-source execution engine for AI agents. 300+ atomic modules, MCP-native, secure by default.

    Community flytohub