Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
Opik MCP Server
Claim
Official
by
comet-ml
GitHub
Developer Tools
Knowledge & Memory
TypeScript
Apache 2.0
7
Reddit
Discord
Overview
Inspect
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
client
.cursor
docs
src
tests
Dockerfile
.DS_Store
.env.example
.eslintrc.json
.gitignore
LICENSE
Makefile
package.json
package-lock.json
.prettierrc
README.md
smithery.yaml
test-client.js
tsconfig.json
tsconfig.test.json
{
"
env
"
: {
"
node
"
:
true
,
"
es2022
"
:
true
,
"
jest
"
:
true
},
"
extends
"
: [
"
eslint:recommended
"
,
"
plugin:@typescript-eslint/recommended
"
,
"
plugin:prettier/recommended
"
],
"
parser
"
:
"
@typescript-eslint/parser
"
,
"
parserOptions
"
: {
"
ecmaVersion
"
:
"
latest
"
,
"
sourceType
"
:
"
module
"
},
"
plugins
"
: [
"
@typescript-eslint
"
,
"
prettier
"
],
"
rules
"
: {
"
prettier/prettier
"
:
"
error
"
,
"
@typescript-eslint/no-explicit-any
"
:
"
off
"
,
"
@typescript-eslint/explicit-function-return-type
"
:
"
off
"
,
"
@typescript-eslint/no-unused-vars
"
: [
"
error
"
, {
"
argsIgnorePattern
"
:
"
^_
"
}],
"
no-console
"
:
"
off
"
},
"
ignorePatterns
"
: [
"
build/
"
,
"
node_modules/
"
,
"
coverage/
"
]
}