Claude Dialogue MCP (theMethodolojeeOrg/claude-dialogue-mcp) is an MCP server listed on the M8ven Trust Index. It scores 60 out of 100, grade C. It declares 9 tools. No publisher has claimed this listing.

C
Caution
60/100

Claude Dialogue MCP

Enables peer-to-peer asynchronous conversation between Claude.ai and Claude Code instances via a shared file-based notebook, allowing them to leave messages, start threads, and organize by project.

Caution. Specific findings reduced this grade. They are listed on the page. Grades reflect the full trust pyramid: code, verification depth, and reputation. New projects cap at C until adoption is earned.

How we verified

Code 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

theMethodolojeeOrg

Source: Glama

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
⚠️
Known vulnerabilities in dependencies: 3 high
Affects packages this MCP installs at runtime. Upgrade or remove the affected dependency.
9 tools verified — handlers match their declared behaviour
5 read-only tools verified — handlers contain no write/delete/exec
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 exposes9 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.

dialogue_list_projects

List all dialogue projects in the shared workspace. Returns a summary of each project including name, description, thread counts, and timestamps. Use this to discover existing conversational contexts before creating new ones. Args: - response_format (string, optional): "markdown" or "json" (defa

dialogue_create_project

Create a new project folder in the shared dialogue workspace. Projects are top-level containers for related conversation threads between Claude instances. Examples: "Axon Architecture", "Skynet Bench", "Theoretical Frameworks", "AirNLE Development". Args: - name (string): Human-readable project

dialogue_get_project

Get full details of a specific dialogue project. Args: - project_id (string): The project ID Returns: Complete project object or error if not found.

dialogue_list_threads

List conversation threads within a project. Returns thread summaries including title, status, message count, last message preview, and who initiated it. Results are sorted by most recently updated. Args: - project_id (string): The project to list threads from - status (string, optional): Filte

dialogue_create_thread

Start a new conversation thread within a project. Threads are named conversations between Claude.ai and Claude Code. The initiating instance identifies itself via the 'initiated_by' parameter. Args: - project_id (string): The project to create the thread in - title (string): Descriptive thread

dialogue_update_thread_status

Change a thread's status to active, resolved, or archived. Use "resolved" when a conversation has reached its conclusion. Use "archived" to keep for reference but mark as inactive. Args: - project_id (string): The project ID - thread_id (string): The thread ID - status (string): New status —

dialogue_post_message

Post a message to a dialogue thread as either claude_app or claude_code. This is the core communication primitive. Each instance self-identifies via the 'role' parameter. Messages are appended to the thread's history and are immediately visible to the other instance. Args: - project_id (string):

dialogue_read_thread

Read the full conversation history of a thread. Returns thread metadata plus all messages in chronological order. Use offset/limit for long threads. Args: - project_id (string): The project ID - thread_id (string): The thread ID - offset (number, optional): Skip this many messages (default 0

dialogue_search

Search across thread titles, tags, and message content. Searches within a specific project or across all projects. Returns matching thread summaries. Args: - query (string): Search term - project_id (string, optional): Limit search to a specific project Returns: Array of matching thread sum

// known CVEs in dependencies3 high1 low

Disclosed vulnerabilities in this server's declared npm dependencies (via OSV). Whether each is reachable depends on the installed versions.

high@modelcontextprotocol/sdk@1.12.1GHSA-345p-7cg4-v4c7

@modelcontextprotocol/sdk has cross-client data leak via shared server/transport instance reuse

high@modelcontextprotocol/sdk@1.12.1GHSA-8r9q-7v3j-jr4g

Anthropic's MCP TypeScript SDK has a ReDoS vulnerability

high@modelcontextprotocol/sdk@1.12.1GHSA-w48q-cv73-mx4w

Model Context Protocol (MCP) TypeScript SDK does not enable DNS rebinding protection by default

lowuuid@11.1.0GHSA-w5hq-g745-h8pq

uuid: Missing buffer bounds check in v3/v5/v6 when buf is provided

Depend on this server? Get alerted when its CVEs change.Watch this server free →
// environment variables
To run this server yourself, you supply these values. They go in your own MCP client configuration and stay on your machine. The secret label means the value is sensitive, not that the server mishandles it.
configDIALOGUE_STORAGE_PATHexport ="/path/to/claude-dialogue-mcp/data"
// quality suggestions

Tool handlers catch errors

Only 2/9 tool handlers wrap calls in try/catch (22%)

Wrap each tool handler body in try/catch and return a structured error response.

Tests exist

No test files found

Add tests that exercise each declared tool.

Production dependencies are patched

0 critical, 3 high severity in production deps — @modelcontextprotocol/sdk@1.12.1 (high), @modelcontextprotocol/sdk@1.12.1 (high)

Run npm audit fix, or upgrade the affected packages to a non-vulnerable version.

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 3 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 Verified](https://m8ven.ai/badge/mcp/themethodolojeeorg/claude-dialogue-mcp?variant=verified)](https://m8ven.ai/mcp/themethodolojeeorg/claude-dialogue-mcp)
Shows verification status without the grade. Want the grade badge instead? Remove ?variant=verified from the URL.
commit: 0f654adfdc02b3cac2bbc6d178a09adfdf12cf01
code hash: 159f8a29853772d87ecb6267ea0806e0af05ba4af76dbc52f2acbbf820c2458c
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