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
{ "compilerOptions": { "target": "ESNext", "module": "NodeNext", "moduleResolution": "NodeNext", "outDir": "./build-test", "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "strict": true, "skipLibCheck": true, "allowSyntheticDefaultImports": true, "noImplicitAny": false }, "include": ["tests/**/*"], "exclude": ["node_modules", "src"] }