📦
Cochl MCP Server
MCP server for Cochl
0 installs
1 stars
Trust: 45 — Fair
Devtools
Installation
npx cochl-mcp-serverAsk AI about Cochl MCP Server
Powered by Claude · Grounded in docs
I know everything about Cochl MCP Server. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
Cochl MCP Server
A Model Context Protocol(MCP) Server for Cochl
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)
- file_absolute_path: absolute path of the audio file (string, required)
