logdeck (AmoabaKelvin/logdeck) is an MCP server listed on the M8ven Trust Index. It scores 74 out of 100, grade C. It declares 22 tools. No publisher has claimed this listing.

C
Emerging
74/100

logdeck

logs viewing and container management shouldn't be that hard. shipping ๐Ÿšข

Emerging. No concerning findings. Grades remain capped until the project builds reputation through adoption. Grades reflect the full trust pyramid: code, verification depth, and reputation. New projects cap at C until adoption is earned.

How we verified

โšก Live Monitored: not connected

Verified is a snapshot. Live keeps it current, and builds your track record.

โšก Connect GitHub โ†’ continuous verification on every pushwhy connect โ†’

Who stands behind it

AmoabaKelvin

Source: github_repo_search

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find. Or connect your repo for our deepest verification, Live Monitored: read-only, revoke anytime. What we access โ†’

Install from

The grade above is for the source repository. Registries can serve a different version, so we mark the ones we were not able to read.

// key findings
โœ…
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
โœ…
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
// tools this server exposes22 tools

These names and descriptions are the publisher's own, read from the source code. We print them as written. Our assessment is the findings above, not this list.

list_containers

List containers across all hosts, including stopped ones and their health state.

get_logs

Read recent parsed logs for one container. Never follows.

search_logs

Search recent logs of every running container, merged by timestamp.

inspect_container

Return the full inspect document for one container.

list_events

Collect container lifecycle events from all hosts for a short window, then return.

container_stats

Show CPU and memory usage for running containers.

host_stats

Show engine-level info for every configured Docker host.

history_search

Search persisted (stored) logs for a container. Pages backwards; follow nextCursor for older lines.

history_status

Report whether log persistence is enabled and how much disk stored logs use.

history_containers

List every logical container that has stored logs.

get_env

Read a container's environment variables. These commonly hold secrets.

set_env

Replace a container's environment variables. The container is recreated to apply them, so it restarts and gets a new ID.

get_settings

Read LogDeck settings: Docker and Coolify hosts, auth state, read-only mode, and log-storage retention, each with the source it came from.

set_read_only

Turn LogDeck's server-wide read-only mode on or off.

set_log_storage

Update log persistence: enable or disable it, or change the retention caps. Omitted fields are left unchanged. Lowering a cap makes the next sweep evict stored logs.

set_docker_hosts

Replace the configured Docker/Podman hosts. This is the whole list, not a merge. Requires the revision from get_settings so a concurrent edit is not overwritten.

set_coolify_hosts

Replace the Coolify host configuration. This is the whole list, not a merge. Requires the revision from get_settings so a concurrent edit is not overwritten.

set_auth

Change LogDeck's authentication: enable or disable login, set the admin username, or set a new password. Disabling it leaves the server open to anyone who can reach it.

list_api_tokens

List API tokens with their name, scope, and prefix. The secrets themselves are never stored and cannot be read back.

create_api_token

Create an API token. The secret is returned once and cannot be retrieved again.

delete_api_token

Revoke an API token by its prefix. Revocation takes effect immediately.

run_command

Run a one-shot, non-interactive command in a container and return separate stdout, stderr, and the exit code.

// quality suggestions

Tool annotations

No tools have read-only/destructive annotations

Add readOnlyHint or destructiveHint annotations to every tool so hosts can warn users before invoking.

All four hints declared on every tool

22/22 tools missing one or more hints โ€” list_containers (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); get_logs (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); search_logs (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +19 more. OpenAI's directory rejects tools where any of the four hints are missing or non-boolean.

For every tool, set all four hints (readOnlyHint, destructiveHint, idempotentHint, openWorldHint) to explicit true/false values that match the handlerโ€™s actual behaviour.

Claim the listing to review these findings one by one and send us a correction where you disagree, straight to the team. Claiming also means we tell you when the grade moves, and reach you first if we find anything urgent.

// full audit trail
The findings above are the summary. The full trail, every check we ran, each deduction, the network hosts observed and the dependency advisories, goes to verified publishers, along with an alert whenever a new one lands. Verified publishers can also review each finding and dispute it in one click. Publisher corrections have sharpened several of our checks this month, because the maintainer knows the codebase better than any scanner.
// improvement guidance โ€” verified publishers only
We have 2 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/amoabakelvin/logdeck)](https://m8ven.ai/mcp/amoabakelvin/logdeck)
Shows your grade and updates automatically. Prefer no grade? Append ?variant=verified to the badge URL.
commit: 4f7a31ec0143f9ea30790c97fec481be2b04f9e4
code hash: d3729760059013aef89daeb85b957eed90cc015a501dfaeb7a309c58bf2a8611
view raw JSON โ†’
Check MCPs from inside your assistant
Tool Check ยท MCP

Vetting this one by hand? Tool Check is an MCP that scores other MCPs. Add it once and ask Claude, ChatGPT, or any MCP client to grade a server, surface CVEs, check the publisher, and suggest safer alternatives โ€” before you install.

https://m8ven.ai/api/mcp/tool-check
check_toolsearch_toolscompare_toolsrecommend_alternativescheck_publisherreport_concern
How to add it โ†’Free ยท no account needed ยท works in any MCP client