Skip to main content
Glama

MCP Grareco

by iuill

MCP Grareco

그래픽 녹음을 생성하는 MCP 서버입니다. MCP 프로토콜의 기능을 활용하여 임의 URL이나 임의 문자열의 내용을 그라코코화합니다.

Components

도구

  1. echo
    • 입력 메시지를 에코백하는 간단한 도구
    • 입력:
      • message (string): 에코백할 메시지
    • 반환값: 에코 메세지를 포함한 텍스트
  2. printEnv
    • 모든 환경 변수 표시
    • MCP 서버 설정 디버깅에 도움
    • 입력: 없음
    • 반환값: 모든 환경 변수의 JSON 캐릭터 라인
  3. webToGrareco
    • URL에서 웹사이트를 가져와 그래픽 녹화 형식의 HTML로 변환
    • 입력:
      • url (string): 변환할 웹사이트 URL
      • promptType (enum: "standard" | "elementary" | "timeline", 기본값: "standard"): 사용할 프롬프트 유형(표준, 초등학생용, 타임라인)
    • 반환값: 생성된 HTML 파일의 보존 패스
    • 처리하는 동안 진행 알림 보내기
  4. textToGrareco
    • 텍스트를 그래픽 레코딩 형식의 HTML로 변환
    • 입력:
      • text (string): 변환할 텍스트
      • promptType (enum: "standard" | "elementary" | "timeline", 기본값: "standard"): 사용할 프롬프트 유형(표준, 초등학생용, 타임라인)
    • 반환값: 생성된 HTML 파일의 보존 패스
    • 처리하는 동안 진행 알림 보내기

로깅

The server sends random-leveled log messages every 15 seconds, eg:

{ "method": "notifications/message", "params": { "level": "info", "data": "Info-level message" } }

사용방법

로컬에서 실행

# インストール npm install # ビルド npm run build # 実行(STDIOモード) npm run start # 実行(SSEモード) npm run start:sse

Claude Desktop에서 사용

cline_mcp_settings.json 에 다음을 추가하십시오.

예 1:

{ "mcpServers": { "grareco": { "command": "npx", "args": [ "-y", "mcp_grareco" ] } } }

예 2:

{ "mcpServers": { "grareco": { "url": "http://localhost:3000/sse", "headers": {}, "timeout": 900 } } }
-
security - not tested
A
license - permissive license
-
quality - not tested

A MCP server that creates graphic recordings by converting websites or text input into visual summaries using different prompt styles (standard, elementary, timeline).

  1. Components
    1. 도구
    2. 로깅
  2. 사용방법
    1. 로컬에서 실행
    2. Claude Desktop에서 사용

Related MCP Servers

  • A
    security
    F
    license
    A
    quality
    This TypeScript-based MCP server enables users to manage and summarize text notes, providing tools for note creation and summarization prompts.
    Last updated -
    1
    329
    10
    TypeScript
    • Apple
  • A
    security
    A
    license
    A
    quality
    This TypeScript-based MCP server enables users to manage a simple notes system with capabilities to create and summarize notes through structured prompts and resources.
    Last updated -
    5
    1
    TypeScript
    MIT License
    • Apple
  • A
    security
    F
    license
    A
    quality
    A simple MCP server implementing a note storage system with one tool to add notes and one prompt to summarize stored notes.
    Last updated -
    4
    2
    Python
    • Apple
  • A
    security
    F
    license
    A
    quality
    A simple note-taking MCP server that stores notes and can generate summaries of stored content.
    Last updated -
    4
    Python
    • Apple

View all related MCP servers

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/iuill/mcp_grareco'

If you have feedback or need assistance with the MCP directory API, please join our Discord server