Skip to main content
Glama

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"
  }
}

Related MCP server: github-manager MCP Server

사용방법

로컬에서 실행

# インストール
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

Resources

Looking for Admin?

Admins can modify the Dockerfile, update the server description, and track usage metrics. If you are the server author, to access the admin panel.

Latest Blog Posts

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