Skip to main content
Glama
orkuhh

DevUtils MCP Server

by orkuhh

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

Install Server
A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

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/orkuhh/devutils-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server