Skip to content

Latest commit

 

History

17 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cochl MCP Server

A Model Context Protocol(MCP) Server for Cochl

cochl-mcp-server-userguide

Use cases

  • For easy analysis by integrating Cochl Sense results with an LLM.

Installation

Option1: Build from source

git clone https://github.com/cochlearai/cochl-mcp-server.git
go build -o cochl-mcp-server cmd/cochl-mcp-server/main.go

# OR

go install github.com/cochlearai/cochl-mcp-server/cmd/cochl-mcp-server@latest
  • Place the executable file in your system's $PATH

Option2: Download pre-built binary

  • Visit Releases page
  • Download the appropriate version for your operating system and architecture
  • Place the executable file in your system's $PATH

Configuration

Claude Desktop / Cursor IDE

{
  "mcpServers": {
    "cochl": {
      "command": "cochl-mcp-server",
      "args": [],
      "env": {
        "COCHL_SENSE_BASE_URL": "https://api.cochl.ai",
        "COCHL_SENSE_PROJECT_KEY": "<your project key>"
      }
    }
  }
}

Tools

Cochl Sense

  • analyze_audio
    • file_absolute_path: absolute path of the audio file (string, required)
      • supported audio type (mp3, ogg, wav)

About

MCP server for Cochl

Resources

Stars

1 star

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages