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.