misiektoja/kill-process-mcp
Overview
An MCP tool to list and terminate OS processes using natural language queries.
Capabilities
- • prompt templates
- • github integration
- • mcp client integration
Best For
MCP tool for listing and terminating OS processes via natural language queries.
Decision Snapshot
Install
available
Usage
available
Config
3 strong hints
Capabilities
3 key capabilities detected
- • GitHub stars: 11
- • Forks: 5
- • Source provenance count: 1
- • Last seen: 4/15/2026
- • Published: 3/16/2026
Installation / Setup
pip install uv && # or on macOS: && brew install uv
Example Config
This is an MCP Find-authored example config generated from strong evidence.
Final parameters should follow the tool's official setup documentation.
{
"mcpServers": {
"kill-process-mcp": {
"command": "uvx"
}
}
}Usage
{ && "mcpServers": { && "kill-process-mcp": { && "command": "uvx",Features
- • prompt templates
- • github integration
- • mcp client integration
- • Capability signal: prompt templates
- • Capability signal: github integration
- • Capability signal: mcp client integration
Use Cases
- • Capability coverage: prompt templates; github integration.
Supported Clients / Integrations
- • prompt templates
- • github integration
- • mcp client integration
Compatibility Signals
- • GitHub: supports (Detected in parser config/capability hints.)
Prompt Examples
example
• { && "mcpServers": { && "kill-process-mcp": { && "command": "uvx",
Notes / Requirements
- • Primary language: Python
- • License: GPL-3.0
- • Parser coverage score: 1.00
- • Source feeds: Awesome MCP Servers (punkpeye)
- • Topic cluster: general
Official Links
Source Information
You can verify all information on this page against the source repository above.
Related MCP Tools
ezyang/codemcp
A Python coding agent with basic read, write, and command line tools, categorized as an MCP tool.
micl2e2/code-to-tree
A single-binary MCP server that converts source code into AST across languages.
rinadelph/Agent-MCP
A framework for building multi-agent systems using MCP, enabling coordinated AI collaboration with task management, shared context, and RAG capabilities.
gabrielmaialva33/winx-code-agent
A high-performance Rust reimplementation of WCGW for code agents, providing shell execution and advanced file management capabilities for LLMs via MCP.
What To Do Next
Continue from this tool into a workflow and a learn guide to shorten implementation time.