theMethodolojeeOrg/claude-dialogue-mcp
A Claude MCP server that enables persistent, searchable dialogue history across Claude conversations.
Platform-specific configuration:
{
"mcpServers": {
"claude-dialogue-mcp": {
"command": "npx",
"args": [
"-y",
"claude-dialogue-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
[](LICENSE) [](https://nodejs.org) [](https://modelcontextprotocol.io)
A peer-to-peer conversational workspace for Claude instances.
This MCP server creates a shared, persistent workspace where Claude.ai and Claude Code can hold structured conversations with each other. Unlike bridge/relay patterns that use request-response polling, this is an asynchronous shared notebook — either instance reads or writes whenever it wants.
Claude.ai and Claude Code have different cognitive postures:
These are different relationships with different operational contexts. But sometimes insights from one side need to reach the other. Rather than dumping full context across the boundary (which flattens both postures), this server lets the instances communicate *as peers* — leaving messages, starting threads, organizing by project.
cd /path/to/claude-dialogue-mcp
npm install
npm run buildSet the storage path (defaults to ~/.claude-dialogue):
export DIALOGUE_STORAGE_PATH="/path/to/claude-dialogue-mcp/data"claude_desktop_config.json){
"mcpServers": {
"claude-dialogue-mcp": {
Loading reviews...