← Back to search

thread-mind-mcp

mahmoud-nbet Scanned 22d ago

MCP server to organize AI conversations into thread trees, reducing token consumption

C
74 / 100

Versions

0.4.2latest
May 20, 2026
0.4.1
May 14, 2026
0.4.0
May 7, 2026
0.3.2
May 3, 2026
0.3.1
May 3, 2026
+ show 3 moreshow less
0.3.0
May 3, 2026
0.2.0
Apr 16, 2026
0.1.0
Apr 16, 2026
PermissionsTool SafetyAuthAnnotationsCode QualityStabilitySpecVuln HistoryAuthorTransparencyCommunity

Tools 12

project_create
annotations: none low

Create a new ThreadMind project with a main thread

title string
project_list
annotations: none low

List all ThreadMind projects

project_switch
annotations: none low

Switch to a different project

projectId string
thread_create
annotations: none low

Create a new child thread branching from a parent thread

title string
thread_switch
annotations: none low

Switch to a different thread

threadId string
thread_list
annotations: none low

Display the thread tree for the active project

summary_update
annotations: none low

Update the summary/content of a thread

content string
context_get
annotations: none low

Get the assembled context for the active thread (walks up the parent chain). Call this at the start of every session.

thread_delete
annotations: none low

Delete a thread and all its descendants

threadId string
thread_rebase
annotations: none low

Move a thread to a different parent. All descendants move with it. Similar to git rebase.

threadId string newParentId string
threadmind_init
annotations: none low

Generate instruction files (CLAUDE.md, .cursorrules, etc.) to enable automatic ThreadMind integration with AI clients

stats_show
annotations: none low

Show token savings statistics for the active ThreadMind project

Permissions 1

shell high
Server uses shell capabilities via: child_process, execSync()

Scan Findings 35

info
package.json metadata manifest_parser · 100%
low
Tool 'project_create' has no annotations annotation_checker · 100%
low
Tool 'project_list' has no annotations annotation_checker · 100%
low
Tool 'project_switch' has no annotations annotation_checker · 100%
low
Tool 'thread_create' has no annotations annotation_checker · 100%
low
Tool 'thread_switch' has no annotations annotation_checker · 100%
low
Tool 'thread_list' has no annotations annotation_checker · 100%
low
Tool 'summary_update' has no annotations annotation_checker · 100%
low
Tool 'context_get' has no annotations annotation_checker · 100%
low
Tool 'thread_delete' has no annotations annotation_checker · 100%
low
Tool 'thread_rebase' has no annotations annotation_checker · 100%
low
Tool 'threadmind_init' has no annotations annotation_checker · 100%
low
Tool 'stats_show' has no annotations annotation_checker · 100%
medium
OAuth implementation without PKCE auth_checker · 75%
info
Sandbox failed to start for behavioral verification behavioral_verifier · 100%
low
Cross-tool reference in 'thread_rebase': Comparison: 'similar to git' cross_tool_detector · 30%
medium
Vulnerable dependency: vitest@3.0.0 (GHSA-5xrq-8626-4rwp) dependency_analyzer · 95%
medium
Vulnerable dependency: vitest@3.0.0 (GHSA-9crc-q9x8-hgqq) dependency_analyzer · 95%
info
Tool: project_create manifest_parser · 70%
info
Tool: project_list manifest_parser · 70%
info
Tool: project_switch manifest_parser · 70%
info
Tool: thread_create manifest_parser · 70%
info
Tool: thread_switch manifest_parser · 70%
info
Tool: thread_list manifest_parser · 70%
info
Tool: summary_update manifest_parser · 70%
info
Tool: context_get manifest_parser · 70%
info
Tool: thread_delete manifest_parser · 70%
info
Tool: thread_rebase manifest_parser · 70%
info
Tool: threadmind_init manifest_parser · 70%
info
Tool: stats_show manifest_parser · 70%
info
Transport: stdio manifest_parser · 90%
info
Sandbox failed to start for output poisoning scan output_poisoning · 100%
high
Permission: shell access detected permission_analyzer · 95%
info
SBOM generated: 388 components sbom_generator · 100%
medium
No build provenance detected (SLSA L0) slsa_assessor · 90%