73
/ 100
1 month ago
glama

Comet ML MCP Server

Enables interaction with Comet ML's experiment tracking platform through the Model Context Protocol, providing tools for experiment management, project organization, and advanced search.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 1 credential: OPIK_API_KEY
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configCOMET_MCP_RAW_ASSET_MAX_GZ_BYTES
configCOMET_MCP_RESOURCE_DIR
configOTEL_ENABLEDexport =true
configOTEL_SERVICE_NAMEexport =comet-mcp
configOTEL_SERVICE_VERSIONexport =1.2.0
configOTEL_TRACES_FILEexport =traces.jsonl
configOTEL_LOGS_FILEexport =logs.jsonl
configOTEL_EXPORTER_OTLP_ENDPOINTexport ="https://www.comet.com/opik/api/v1/private/otel"
configOPIK_ENDPOINTexport ="https://www.comet.com/opik/api/v1/private/otel"
configOTEL_EXPORTER_OTLP_HEADERSexport ="Authorization=your-api-key,projectName=your-project,Comet-Workspace=your-workspace"
🔐 secretOPIK_API_KEYexport =your-api-key
configOPIK_PROJECT_NAMEexport =your-project
configOPIK_WORKSPACEexport =your-workspace
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 1 concrete improvement we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/comet-ml-comet-mcp-iov86s)](https://m8ven.ai/mcp/comet-ml-comet-mcp-iov86s)
commit: 32c94cbf4f61d88f6e2d8e5e060fce9c44f73b3f
code hash: fcdd6b319e073beb639e984bb5d2860e473dfe2cd5184ed657da0d2890d96964
verified: 6/18/2026, 10:55:17 AM
view raw JSON →