MCP 분산 로그
대화 구조의 통계적 변화를 파악하고 SQLite 데이터베이스에 이상 이벤트를 기록하는 에이전트 도구입니다. 모델 컨텍스트 프로토콜(MCP)을 사용하여 구축된 이 시스템은 Claude Desktop 또는 기타 MCP 호환 클라이언트와 함께 사용하도록 설계되었습니다.
요구 사항
- 파이썬 ≥3.10
- MCP ≥1.2.0
- SQLite3
- UV(Python 패키지 설치 및 환경 관리자)
빠른 시작
지엑스피1
Claude Desktop 구성에 추가(Windows의 경우 %APPDATA%\Claude\claude_desktop_config.json
):
Claude Desktop 환경 설정에 추가:
용법
자동 로깅 예
데이터프레임 뷰
텍스트 2 SQL
자세한 설치
- Python 3.10 이상과 UV가 설치되어 있는지 확인하세요.
다음 방법 중 하나를 사용하여 UV를 설치하세요.
- 복제하고 설치하세요:
- Claude Desktop 구성:
claude_desktop_config.json
에 추가:
구성 위치:
- Windows:
%APPDATA%\Claude\claude_desktop_config.json
- MacOS:
~/Library/Application Support/Claude/claude_desktop_config.json
- 리눅스:
~/.config/Claude/claude_desktop_config.json
도구
모니터링
log-query
: 대화 패턴을 추적합니다- 높음: 일반적인 상호작용(기록되지 않음)
- 중간: 비정상적인 패턴(기록됨)
- 낮음: 중요 이벤트(우선순위 기록됨)
질문
read-logs
: 필터링을 통해 로그 보기read_query
: SELECT 쿼리 실행write_query
: INSERT/UPDATE/DELETE 실행create_table
: 테이블 생성list_tables
: 모든 테이블 표시describe_table
: 테이블 구조 표시
설치 기준으로 data/varlog.db
에 위치합니다.
개요
문제 해결
- 데이터베이스 액세스
- 오류: "데이터베이스에 연결하지 못했습니다"
- 파일 권한 확인
- 구성에서 경로 확인
/data
디렉토리가 있는지 확인하세요
- 설치 문제
- 오류: "이름이 'mcp'인 모듈이 없습니다"
- 실행:
uv pip install mcp>=1.2.0
- 실행:
- 오류: "UV 명령을 찾을 수 없습니다"
- UV 설치:
curl -LsSf https://astral.sh/uv/install.sh | sh
- UV 설치:
- 구성
- 오류: "MCP 서버를 시작하지 못했습니다"
- config.json 구문 확인
- 경로 구분 기호 확인(Windows에서는 \ 사용)
- UV가 시스템 PATH에 있는지 확인하세요.
기여하다
- 저장소를 포크하세요
- 기능 브랜치 생성
- 풀 리퀘스트 제출
특허
MIT
지원하다
문제: GitHub 문제
local-only server
The server can only run on the client's local machine because it depends on local resources.
대화 구조의 통계적 변화를 파악하고 SQLite 데이터베이스에 이상 이벤트를 기록하는 에이전트 도구입니다. 모델 컨텍스트 프로토콜(MCP)을 사용하여 구축된 이 시스템은 Claude Desktop 또는 기타 MCP 호환 클라이언트와 함께 사용하도록 설계되었습니다.
Related Resources
Related MCP Servers
- AsecurityFlicenseAqualityModel Context Protocol (MCP) server that integrates Redash with AI assistants like Claude, allowing them to query data, manage visualizations, and interact with dashboards through natural language.Last updated -1010421JavaScript
- -securityFlicense-qualityManages AI conversation context and personal knowledge bases through the Model Context Protocol (MCP), providing tools for user data, conversation content, and knowledge management.Last updated -1TypeScript
- -securityAlicense-qualityA Model Context Protocol (MCP) server that allows AI agents like Claude to interact with the Aligo SMS API to send text messages and retrieve related information.Last updated -JavaScriptMIT License
- -securityAlicense-qualityAn MCP server that extends AI agents' context window by providing tools to store, retrieve, and search memories, allowing agents to maintain history and context across long interactions.Last updated -5TypeScriptMIT License