MCP Dev Suite
MCP Dev Suite 🚀
A high-performance Model Context Protocol (MCP) server that provides a unified set of tools for modern developers.
Tools Included
📂 File System
fs_search: Search files with glob patterns and content regex.
fs_replace: Batch find and replace across your codebase.
🗄️ Database
db_sqlite_query: Run raw SQL against any local SQLite database.
🌐 Networking & API
http_request: Make authenticated API calls (GET, POST, etc.) with custom headers.
sys_ports: Inspect active listening ports on your machine.
💻 System & Git
sys_info: Detailed system resource monitoring (CPU, RAM, OS).
git_status: Quick overview of your repository state.
Installation
npm install
npm run buildUsage with Claude Desktop
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"dev-suite": {
"command": "node",
"args": ["/path/to/mcp-dev-suite/dist/index.js"]
}
}
}Development
npm run devBuilt for the Claude MCP Tool Integration bounty.
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/dhruvkej9/mcp-dev-suite'
If you have feedback or need assistance with the MCP directory API, please join our Discord server