DevUtils 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., "@DevUtils MCP Serversearch for all 'TODO' comments in the project"
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.
DevUtils MCP Server
Developer utilities MCP server providing essential tools for workspace management, file operations, and project analysis.
Tools
Tool | Description |
| Find files matching glob patterns |
| Search for patterns in files |
| Get project structure summary |
| Get detailed file information |
| List directory contents in tree format |
| Batch find/replace across files |
| Get code statistics by language |
Installation
cd /root/.openclaw/workspace/devutils-mcp-server
npm installUsage
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 restartDirect
npm startExamples
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
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Appeared in Searches
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