runkeep-mcp
Enables management of long-running development processes (such as dev servers, compilers, and watchers) from MCP hosts. Provides tools to start, stop, restart, check status, view logs, and send input to managed processes.
README
Runkeep
Runkeep keeps development servers, compilers, watchers, and other long-running processes shared between humans and AI agents.
One per-user daemon owns the processes. The runkeep CLI and runkeep-mcp server are clients of that daemon, so closing a terminal or finishing an agent task does not destroy the underlying service. Project services are identified by their canonical workspace path and name; global services use a separate user-level scope.
Install
Node.js 20 or newer is required. Install the signed-off v0.2.0 release globally with one command:
npm install --global https://github.com/3xjn/runkeep/releases/download/v0.2.0/runkeep-0.2.0.tgz
The same command works in PowerShell, Command Prompt, macOS terminals, and Linux shells. Confirm the installation:
runkeep --version
To uninstall:
npm uninstall --global runkeep
Install from source
git clone https://github.com/3xjn/runkeep.git
cd runkeep
npm install
npm run build
npm link
Quick start
From a project directory, we can create a neutral configuration and add services:
runkeep init
runkeep add rojo rojo serve
runkeep add typescript npm run watch
runkeep ensure
runkeep status
runkeep init deliberately creates only this ecosystem-neutral file:
{
"services": {}
}
Examples such as the Roblox configuration live outside the product default.
Configuration
Runkeep discovers .runkeep.json from the current directory upward:
{
"services": {
"web": {
"command": "npm run dev",
"cwd": ".",
"description": "Local web development server",
"env": {
"PORT": "3000"
}
},
"worker": {
"command": ["node", "worker.mjs"]
}
}
}
A string command runs through the platform shell. An array runs the executable directly. Relative cwd values resolve from the directory containing .runkeep.json.
Global services
For processes that should be available regardless of the current project, such as kubectl proxy, we can use the global scope:
runkeep --global init
runkeep --global add kubectl-proxy kubectl proxy
runkeep --global ensure kubectl-proxy
runkeep --global status
runkeep --global logs kubectl-proxy
Global services live in one user-level config.json: %APPDATA%\Runkeep\config.json on Windows, or $XDG_CONFIG_HOME/runkeep/config.json (normally ~/.config/runkeep/config.json) on macOS and Linux. Their default working directory is the user's home directory. --global and --workspace are intentionally mutually exclusive.
Human CLI
runkeep status
runkeep ensure [names...]
runkeep start <name>
runkeep stop <name>
runkeep restart <name>
runkeep logs <name> --tail 100
runkeep logs <name> --follow
runkeep attach <name>
runkeep send <name> <text...>
runkeep down
attach follows output and forwards entered lines to the service. Pressing Ctrl+C only detaches; it does not stop the managed process. Service commands accept either --workspace <path> or --global, plus --json.
Configuration can also be maintained without hand-editing:
runkeep add api npm run dev
runkeep add api npm run dev --cwd packages/api --description "API server"
runkeep remove api
MCP server
Any MCP host that supports local stdio servers can launch:
runkeep-mcp
For example, a host using JSON configuration can use:
{
"mcpServers": {
"runkeep": {
"command": "runkeep-mcp",
"cwd": "C:\\path\\to\\project"
}
}
}
Runkeep exposes:
runkeep_statusrunkeep_ensurerunkeep_startrunkeep_stoprunkeep_restartrunkeep_logsrunkeep_sendrunkeep_down
Every tool accepts an optional workspace and a scope of workspace (the default) or global. This lets one MCP server work with multiple projects and user-level services while keeping their identities separate.
Install project guidance for agents
MCP registration makes the tools available; AGENTS.md tells agents when and how to use them. Runkeep can safely manage its own instruction block:
runkeep agents install
runkeep agents status
runkeep agents install --dry-run
runkeep agents remove
Runkeep appends or updates only the text between these markers:
<!-- RUNKEEP_START -->
Runkeep-owned guidance lives here.
<!-- RUNKEEP_END -->
These are ordinary HTML comments, not special AGENTS.md syntax. They do not change instruction priority or scope; they only let Runkeep update its own content without touching user-authored instructions. Malformed or duplicate Runkeep markers are rejected instead of guessed at.
Agent-host MCP registration remains a separate, explicit action. For Codex:
codex mcp add runkeep -- runkeep-mcp
Runkeep does not edit host-specific MCP configuration automatically.
Check integration readiness
runkeep doctor
runkeep integrations status
runkeep doctor --json
The report checks the project .runkeep.json, Runkeep's AGENTS.md block, and whether runkeep and runkeep-mcp are on PATH. It does not claim to verify host-specific MCP registration.
Daemon behavior
The daemon starts automatically on the first command or MCP call that needs it.
runkeep daemon status
runkeep daemon start
runkeep daemon stop
Stopping the daemon stops every process it owns. On Windows, Runkeep terminates the full process tree through taskkill; on POSIX systems it uses process groups. Daemon communication stays local through a Windows named pipe or a user-only Unix socket.
Current MVP boundaries
- Process and log state lives in the daemon and is not reconstructed after a daemon or machine crash.
- A hard daemon crash can leave an unmanaged child process behind; Runkeep will not claim that process as managed after restarting.
- Readiness checks, automatic restart policies, persistent log files, and remote hosts are not implemented yet.
- Config files are trusted code: string commands execute through the platform shell.
These boundaries keep the first version small while preserving the CLI/MCP/daemon architecture needed to add those capabilities later.
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。