Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
hny-mcp
Claim
by
honeycombio
npm
GitHub
Monitoring
TypeScript
MIT License
2
6
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
honeycomb-mcp
.github
src
api.yaml
CLAUDE.md
.gitignore
LICENSE
.npmignore
.npmrc
package.json
pnpm-lock.yaml
README.md
TESTING.md
tsconfig.json
vitest.config.ts
{
"
extends
"
:
"
@total-typescript/tsconfig/tsc/no-dom/app
"
,
"
compilerOptions
"
: {
"
moduleResolution
"
:
"
NodeNext
"
,
"
module
"
:
"
NodeNext
"
,
"
target
"
:
"
ES2022
"
,
"
outDir
"
:
"
build
"
,
"
sourceMap
"
:
true
,
"
esModuleInterop
"
:
true
,
"
noEmit
"
:
false
,
"
verbatimModuleSyntax
"
:
false
,
"
strict
"
:
true
,
"
noImplicitAny
"
:
true
,
"
strictNullChecks
"
:
true
,
"
noEmitOnError
"
:
true
},
"
include
"
: [
"
src/**/*
"
],
"
exclude
"
: [
"
node_modules
"
,
"
build
"
]
}