MCP server for Coda SDK documentation, validation, and live data
Project description
sprocket-systems.coda.sdk-mcp
MCP server for the Coda audio processing Python SDK. Provides documentation, examples, live data access, and code validation tools for AI-assisted Coda development.
Quick Start
Requires uv — install it with:
curl -LsSf https://astral.sh/uv/install.sh | sh
Add to your MCP client config (Claude Code, Cursor, Windsurf, etc.):
{
"mcpServers": {
"coda-sdk": {
"command": "uvx",
"args": [
"--from",
"sprocket-systems.coda.sdk-mcp@x.x.x",
"coda-sdk-mcp"
],
"env": {
"CODA_SDK_MCP_CODA_API_TOKEN": "your-token"
}
}
}
}
Replace x.x.x with the desired version. Pinning ensures a consistent environment — uvx will download that version on first run and cache it for subsequent starts.
Tools (15)
| Tool | Description |
|---|---|
sdk_get_api_reference |
Get API reference docs for a module |
sdk_get_guide |
Get usage guide by topic |
sdk_search_docs |
Full-text search across SDK docs |
sdk_list_examples |
List available SDK code examples |
sdk_get_example |
Get full content of an example |
sdk_list_presets |
List Coda presets (optionally filtered by type) |
sdk_list_groups |
List Coda groups with IDs |
sdk_list_io_locations |
List Coda IO locations |
sdk_io_list_folders |
List folders at a path within a Coda IO Location |
sdk_io_list_files |
List files with optional glob/regex filtering |
sdk_io_discover_files |
Discover file metadata (format, stem type, timing) |
sdk_get_source |
Get SDK Python source for a module or symbol |
sdk_search_source |
Full-text search across SDK Python source |
sdk_validate_code |
Static validation of Python/SDK code |
sdk_dry_run_code |
Sandboxed execution with Job.run blocked |
MCP Prompts (3)
| Prompt | Description |
|---|---|
sdk_build_job |
Step-by-step guide to build a Coda job |
sdk_modify_workflow |
Guide to modify existing workflows |
sdk_troubleshoot |
Debug SDK issues systematically |
Configuration
| Variable | Default | Description |
|---|---|---|
CODA_SDK_MCP_CODA_API_TOKEN |
— | Coda API token (required for live data/dry-run) |
CODA_SDK_MCP_CODA_BASE_URL |
https://v2.coda.sprocket.systems | Coda API URL |
CODA_SDK_MCP_LOG_LEVEL |
info | Log level |
CODA_SDK_MCP_LOG_FILE |
— | Optional log file path (rotated at 10 MB) |
CODA_SDK_MCP_TRANSPORT |
stdio | Transport: stdio (default) or http |
Docs, examples, search, and static validation work without a token.
Live data tools (sdk_list_presets, sdk_list_groups, sdk_list_io_locations, sdk_io_list_folders, sdk_io_list_files, sdk_io_discover_files) and sdk_dry_run_code require CODA_SDK_MCP_CODA_API_TOKEN.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file sprocket_systems_coda_sdk_mcp-1.2.0.tar.gz.
File metadata
- Download URL: sprocket_systems_coda_sdk_mcp-1.2.0.tar.gz
- Upload date:
- Size: 115.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
630bf742c6098a746af49df8aa5957943ac7f5bc9ed8e8498391ba757342b0cf
|
|
| MD5 |
dfced99f832e02c9b6366d350f701242
|
|
| BLAKE2b-256 |
9a6a398af80da6eced1912f78bd6e13609eb7c2d72569945162f92fab5f656ee
|
File details
Details for the file sprocket_systems_coda_sdk_mcp-1.2.0-py3-none-any.whl.
File metadata
- Download URL: sprocket_systems_coda_sdk_mcp-1.2.0-py3-none-any.whl
- Upload date:
- Size: 147.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e1d0de9a532c4877c1b1910008fe1d6f4d908c02b8e0617cfdf2bc975b16cf96
|
|
| MD5 |
7382b6f1526b46f20493db976fef049a
|
|
| BLAKE2b-256 |
c11574f379b00f9c30fbc70804f50cdd1ba556d6793176b1b6b549ba9183dbd7
|