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.
Related MCP Connectors
Securely search and manage workspace context files for AI agents and teams.
Cross-agent artifact workspace with provenance across Claude Code, Codex, Cursor, LangGraph.
Enterprise code intelligence for M&A, security audits, and tech debt. Hosted server with 200k free.
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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