MCP Dev Suite
Provides a quick overview of the repository state, including status of files and branches.
Allows running raw SQL queries against any local SQLite database.
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., "@MCP Dev SuiteSearch for 'FIXME' in all JavaScript files"
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.
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.
Related MCP server: Enhanced MCP Server
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.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityBmaintenanceA unified MCP server with composable tools for GitHub operations, file management, shell execution, kanban boards, Discord messaging, and package management. Features role-based security, HTTP/stdio transports, and a web-based development UI.Last updated
- Flicense-qualityBmaintenanceA comprehensive MCP server with dual interfaces (stdio and web dashboard) that provides developer tools for Git operations and code search, system operations for command execution and monitoring, and data processing capabilities.Last updated1
- FlicenseAqualityCmaintenanceA unified developer toolkit for AI-assisted workflows. Task timing, doc drift detection, env validation, secret scanning, port conflict resolution, AI context generation, and license auditing β one MCP server, one install.Last updated73
- Alicense-qualityCmaintenanceA unified MCP server providing AI agents with 40+ developer APIs including geolocation, crypto prices, DNS lookup, and web scraping. Enables natural language access to various tools through a single gateway.Last updated1MIT
Related MCP Connectors
Personal assistant MCP server with search, execute, packages, jobs, secrets, and integrations.
A MCP server built for developers enabling Git based project management with project and personalβ¦
OCR, transcription, file extraction, and image generation for AI agents via MCP.
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