Описание
MCP server for Cochl
README
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)
Установка Cochl
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/cochlearai/cochl-mcp-serverFAQ
Cochl MCP бесплатный?
Да, Cochl MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Cochl?
Нет, Cochl работает без API-ключей и переменных окружения.
Cochl — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Cochl в Claude Desktop, Claude Code или Cursor?
Открой Cochl на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Cochl with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
