🧠 AI会話記録・活用統合システム
@okamyuji
About 🧠 AI会話記録・活用統合システム
🧠 Automated AI conversation recording and knowledge management system with MCP integration for Claude Desktop, VSCode, and Cursor
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"conversation-system": {
"command": "docker",
"args": [
"--version",
"#",
"Docker",
"20.10+"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is 🧠 AI会話記録・活用統合システム?
It is a production-ready conversation management and knowledge utilization system that integrates Claude Desktop with MCP (Model Context Protocol), Redis, and Docker. It automatically records conversations from any MCP-compatible application and applies a five-level data utilization strategy to compound knowledge and improve productivity.
How to use 🧠 AI会話記録・活用統合システム?
Set up the environment with Docker 20.10+, Python 3.11+, and the latest Claude Desktop. Run ./scripts/start.sh to launch the system, then use the command "この会話を記録して" in Claude Desktop to auto-save conversations. Leverage knowledge manager scripts (e.g., ./scripts/knowledge_manager.sh morning) for daily insights, and access the REST API or MCP tools for custom workflows.
Key features of 🧠 AI会話記録・活用統合システム
- Automatic conversation recording via MCP integration
- Five-level strategic knowledge utilization system
- REST API for programmatic access and automation
- Daily briefing and weekly analysis scripts (Bash/cron)
- Redis persistence with backup and restore support
- Python client for custom integrations and reporting
Use cases of 🧠 AI会話記録・活用統合システム
- Auto-record Claude conversations to prevent forgetting
- Generate morning briefings from past insights
- Search historical conversations for context retrieval
- Analyze conversation patterns to identify blind spots
- Automate career and project strategy consulting with AI
FAQ from 🧠 AI会話記録・活用統合システム
What are the system requirements?
Docker 20.10+, Python 3.11+, and the latest version of Claude Desktop are required.
How do I start the system?
Run ./scripts/start.sh from the project root to initialize containers and dependencies.
How do I record a conversation?
In Claude Desktop, say "この会話を記録して" or use one of the five MCP tools like record_current_conversation or save_conversation_message.
What REST API endpoints are available?
Key endpoints include POST /messages, POST /context, POST /search, GET /health, and GET /analytics.
How do I automate daily tasks?
Set up the provided aliases and cron jobs (see ./scripts/aliases.sh and ./scripts/cron_setup.txt) to run scripts like morning briefing or weekly analysis on schedule.
Frequently asked questions
What are the system requirements?
Docker 20.10+, Python 3.11+, and the latest version of Claude Desktop are required.
How do I start the system?
Run `./scripts/start.sh` from the project root to initialize containers and dependencies.
How do I record a conversation?
In Claude Desktop, say "この会話を記録して" or use one of the five MCP tools like `record_current_conversation` or `save_conversation_message`.
What REST API endpoints are available?
Key endpoints include `POST /messages`, `POST /context`, `POST /search`, `GET /health`, and `GET /analytics`.
How do I automate daily tasks?
Set up the provided aliases and cron jobs (see `./scripts/aliases.sh` and `./scripts/cron_setup.txt`) to run scripts like morning briefing or weekly analysis on schedule.
Basic information
More AI & Agents MCP servers
欢迎来到 智言平台
Shy2593666979AgentChat 是一个基于 LLM 的智能体交流平台,内置默认 Agent 并支持用户自定义 Agent。通过多轮对话和任务协作,Agent 可以理解并协助完成复杂任务。项目集成 LangChain、Function Call、MCP 协议、RAG、Memory、HITL、Skill、Milvus 和 ElasticSearch 等技术,实现高效的知识检索与工具调用,使用 FastAPI 构建高性能后端服务。
🔎 GPT Researcher
assafelovicAn autonomous agent that conducts deep research on any data using any LLM providers
mcp-hfspace MCP Server 🤗
evalstateMCP Server to Use HuggingFace spaces, easy configuration and Claude Desktop mode.
Perplexity MCP Server
DaInfernalCoderA Model Context Protocol (MCP) server for research and documentation assistance using Perplexity AI. Won 1st @ Cline Hackathon

Transform MCP
UnstructuredThe Unstructured Transform MCP Server connects your ADK agent to Unstructured, a document processing platform that turns raw files into structured, AI-ready data. This integration gives your agent the ability to parse PD
Comments