MCP.so
Sign In

🧠 AI䌚話蚘録・掻甚統合システム

@okamyuji

About 🧠 AI䌚話蚘録・掻甚統合システム

🧠 Automated AI conversation recording and knowledge management system with MCP integration for Claude Desktop, VSCode, and Cursor

Basic information

Category

AI & Agents

Runtime

python

Transports

stdio

Publisher

okamyuji

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.

Comments

More AI & Agents MCP servers