★ 1 stars
TypeScript
🤖 AI/LLM
Updated today
An MCP (Model Context Protocol) server that lets Claude manage long-running dev processes seamlessly — across Flutter, Next.js, Spring Boot, Vite, and any custom stack.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"devctl-mcp": {
"command": "npx",
"args": [
"-y",
"adarsh-devappsys/devctl-mcp"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add devctl-mcp npx -y adarsh-devappsys/devctl-mcp
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"devctl-mcp": {
"command": "npx",
"args": [
"-y",
"adarsh-devappsys/devctl-mcp"
]
}
}
}
📋 Copy