Termada
Rank #6,712io.github.Islomzoda/termada
Persistent, policy-controlled missions for AI agents operating local and SSH environments.
Termada is a Model Context Protocol (MCP) server published by islomzoda. It ranks #6,712 of 132,046 servers tracked on MCP Toplist, and its repository has 4 GitHub stars. Termada is listed across 3 registries — Official MCP, PulseMCP and Glama, with 7 tracked versions. It was first listed on Jun 16, 2026 and most recently updated on Jul 31, 2026.
Ranks ahead of 125,334 of 132,046 servers on MCP Toplist.
Use Termada
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add termada -- docker run -i --rm ghcr.io/islomzoda/termada:0.12.0 serve --stdio[mcp_servers.termada]
command = "docker"
args = ["run", "-i", "--rm", "ghcr.io/islomzoda/termada:0.12.0", "serve", "--stdio"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"termada": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/islomzoda/termada:0.12.0",
"serve",
"--stdio"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"termada": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/islomzoda/termada:0.12.0",
"serve",
"--stdio"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"termada": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/islomzoda/termada:0.12.0",
"serve",
"--stdio"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"termada": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/islomzoda/termada:0.12.0",
"serve",
"--stdio"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"termada": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/islomzoda/termada:0.12.0",
"serve",
"--stdio"
]
}
}
}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.Islomzoda%2Ftermada)<a href="https://mcptoplist.com/server/io.github.Islomzoda%2Ftermada"><img src="https://mcptoplist.com/badge/io.github.Islomzoda%2Ftermada.svg" alt="MCP Toplist: Top 10% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
islomzoda
Available versions (7)
| Version | Published |
|---|---|
| 0.12.0 | Jul 31, 2026 |
| 0.11.0 | Jul 18, 2026 |
| 0.10.0 | Jul 15, 2026 |
| 0.9.0 | Jul 12, 2026 |
| 0.8.1 | Jul 11, 2026 |
| 0.8.0 | Jul 11, 2026 |
| 0.7.5 | Jun 17, 2026 |
Frequently asked questions
- Who maintains Termada?
- Termada is maintained by islomzoda, which publishes 1 MCP server (7 total versions) tracked on MCP Toplist.
- Is Termada listed on the Official MCP Registry?
- Yes — Termada is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Termada have?
- MCP Toplist tracks 7 versions of Termada, most recently published on Jul 31, 2026.
- Where can I find the source code for Termada?
- The source code for Termada is hosted at github.com/islomzoda/termada.
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.