mcp-conversation-server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-conversation-serverCreate a new conversation session for project planning"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MCP对话管理服务器
一个基于Model Context Protocol (MCP)的CLI对话管理服务器,提供会话管理、历史记录、多语言支持等功能。
安装
使用npm安装
npm install mcp-conversation-server从源码安装
git clone <repository-url>
cd mcp-conversation-server
npm install
npm run buildRelated MCP server: claude-sessions-mcp
功能特性
✅ 会话管理: 创建、切换、删除会话
✅ 消息记录: 保存用户和AI的对话历史
✅ 搜索功能: 基于关键词搜索历史记录
✅ 多语言支持: 支持中英文界面
✅ 导出功能: 支持JSON、Markdown、CSV格式导出
✅ 统计信息: 会话统计和数据分析
✅ MCP标准: 符合Model Context Protocol标准
快速开始
1. 安装依赖
npm install2. 构建项目
npm run build3. 运行服务器
npm start4. 开发模式
npm run devMCP工具列表
服务器提供以下MCP工具:
会话管理工具
create_session- 创建新会话list_sessions- 列出所有会话switch_session- 切换会话delete_session- 删除会话
消息管理工具
save_message- 保存消息get_history- 获取历史记录search_messages- 搜索消息
语言工具
set_language- 设置语言get_translation- 获取翻译
导出和统计工具
export_history- 导出历史记录get_stats- 获取统计信息
配置示例
Claude Desktop配置
在Claude Desktop的配置文件中添加:
{
"mcpServers": {
"conversation-manager": {
"command": "node",
"args": ["/path/to/mcp-conversation-server/dist/index.js"]
}
}
}Cursor配置
在Cursor的MCP配置中添加:
{
"mcpServers": {
"conversation-manager": {
"command": "node",
"args": ["/path/to/mcp-conversation-server/dist/index.js"]
}
}
}API使用示例
创建会话
{
"name": "create_session",
"arguments": {
"name": "我的项目",
"project": "project-1",
"metadata": {
"environment": "development"
}
}
}保存消息
{
"name": "save_message",
"arguments": {
"role": "user",
"content": "帮我写一个函数",
"command": "code function"
}
}获取历史记录
{
"name": "get_history",
"arguments": {
"limit": 10,
"format": "table"
}
}数据存储
服务器使用JSON文件存储数据:
./.mcp-conversations/sessions.json- 会话数据./.mcp-conversations/messages.json- 消息数据
开发
项目结构
src/
index.ts # 服务器主文件
tools.ts # 工具定义
conversation-manager.ts # 对话管理器测试
npm test许可证
MIT License
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceA Node.js/TypeScript MCP server that facilitates interactive communication between LLMs and users, allowing AI assistants to request user input, display notifications, and manage command-line chat sessions.Last updated51141MIT
- AlicenseBqualityDmaintenanceMCP server for managing Claude Code conversation sessionsLast updated12182MIT
- AlicenseAqualityCmaintenanceAn MCP server that enables users to save, search, and manage AI conversation records as organized Markdown files across various IDEs. It automatically categorizes sessions by IDE name, date, and description for efficient storage and easy retrieval.Last updated5334MIT
- Alicense-qualityDmaintenanceAn MCP server that enables users to retrieve, filter, and search through Claude Code conversation history stored in local projects. It provides tools for listing projects and sessions, paginating through message history, and searching across conversations with keyword filtering.Last updated3611MIT
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
MCP server for AI dialogue using various LLM models via AceDataCloud
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to control Unreal E…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/vip618/mcp-conversation-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server