Skip to main content
Glama

Cursor Sound MCP

by ericlistin

커서 사운드 MCP

Cursor AI가 코드 생성을 완료한 후 음향 효과를 재생하는 모델 컨텍스트 프로토콜(MCP) 구현입니다. 이 MCP는 Cursor와 통합되어 더욱 인터랙티브한 코딩 경험을 위한 오디오 피드백을 제공합니다.

특징

  • 커서가 코드 생성을 완료하면 사운드 효과를 재생합니다.
  • 표준화된 통합을 위해 MCP(Model Context Protocol)를 사용합니다.
  • 구성 가능한 사운드 효과

설치

  1. 종속성 설치:

지엑스피1

  1. 사운드 효과 추가: 사운드 파일을 sounds 디렉터리에 넣으세요. 기본 예상 사운드는 다음과 같습니다.
  • sounds/completion.mp3 - 코드 생성 후 재생됨

freesound.org에서 무료 음향 효과를 찾을 수 있습니다.

  1. 프로젝트를 빌드하세요:
npm run build

용법

MCP 서버를 실행합니다.

npm start

서버는 stdio 전송을 통해 Cursor에서 발생하는 이벤트를 시작하고 수신합니다.

구성

사운드 효과와 볼륨은 다음과 같이 사용자 지정할 수 있습니다.

  1. sounds 디렉토리의 사운드 파일 교체
  2. src/index.ts 에서 사운드 파일 경로 수정

개발

자동 재컴파일을 통한 개발의 경우:

npm run dev
-
security - not tested
F
license - not found
-
quality - not tested

local-only server

The server can only run on the client's local machine because it depends on local resources.

Cursor AI가 코드 생성을 완료하면 사운드 효과를 재생하여 오디오 피드백을 제공하여 더욱 대화형 코딩 환경을 조성합니다.

  1. 특징
    1. 설치
      1. 용법
        1. 구성
          1. 개발

            Related MCP Servers

            • -
              security
              A
              license
              -
              quality
              An AI-powered development toolkit for Cursor providing intelligent coding assistance through advanced reasoning, UI screenshot analysis, and code review tools.
              Last updated -
              839
              240
              TypeScript
              MIT License
            • -
              security
              A
              license
              -
              quality
              A Cursor-compatible toolkit that provides intelligent coding assistance through custom AI tools for code architecture planning, screenshot analysis, code review, and file reading capabilities.
              Last updated -
              839
              2
              TypeScript
              MIT License
            • A
              security
              F
              license
              A
              quality
              Enables users to control the cursor in Figma through verbal commands using an agentic AI agent, streamlining the design process with a new interaction method.
              Last updated -
              19
              2,514
              1
              JavaScript
            • -
              security
              F
              license
              -
              quality
              Enables Cursor AI to interact with Figma designs, allowing users to read design information and programmatically modify elements through natural language commands.
              Last updated -
              TypeScript

            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/ericlistin/sound-mcp'

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