Procm
Rank #20,549io.github.coder-ka/procm-mcp
A Model Context Protocol (MCP) server for process management.
Procm is a Model Context Protocol (MCP) server published by coder-ka. It ranks #20,549 of 132,046 servers tracked on MCP Toplist, and its repository has 5 GitHub stars. Procm is listed across 3 registries — Official MCP, PulseMCP and Glama, with 5 tracked versions. It was first listed on Apr 12, 2026 and most recently updated on May 31, 2026.
Ranks ahead of 111,497 of 132,046 servers on MCP Toplist.
Use Procm
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add procm-mcp -- npx -y procm-mcp[mcp_servers.procm-mcp]
command = "npx"
args = ["-y", "procm-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"procm-mcp": {
"command": "npx",
"args": [
"-y",
"procm-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"procm-mcp": {
"command": "npx",
"args": [
"-y",
"procm-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"procm-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"procm-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"procm-mcp": {
"command": "npx",
"args": [
"-y",
"procm-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"procm-mcp": {
"command": "npx",
"args": [
"-y",
"procm-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.coder-ka%2Fprocm-mcp)<a href="https://mcptoplist.com/server/io.github.coder-ka%2Fprocm-mcp"><img src="https://mcptoplist.com/badge/io.github.coder-ka%2Fprocm-mcp.svg" alt="MCP Toplist: Top 25% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
coder-ka
Available versions (5)
| Version | Published |
|---|---|
| 0.0.43 | May 31, 2026 |
| 0.0.42 | May 15, 2026 |
| 0.0.39 | Apr 16, 2026 |
| 0.0.38 | Apr 12, 2026 |
| 0.0.37 | Apr 12, 2026 |
Frequently asked questions
- Who maintains Procm?
- Procm is maintained by coder-ka, which publishes 1 MCP server (5 total versions) tracked on MCP Toplist.
- Is Procm listed on the Official MCP Registry?
- Yes — Procm is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Procm have?
- MCP Toplist tracks 5 versions of Procm, most recently published on May 31, 2026.
- Where can I find the source code for Procm?
- The source code for Procm is hosted at github.com/coder-ka/procm-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.