Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
Hive MCP Server
by
gluneau
Verified
npm
GitHub
Finance
Social Media
TypeScript
ISC License
123
Apple
Reddit
Discord
Overview
Inspect
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
src
tests
babel.config.js
CONTRIBUTING.md
Dockerfile
.gitignore
jest.config.js
LICENSE
package.json
package-lock.json
README.md
smithery.yaml
tsconfig.json
// babel.config.js module.exports = { presets: [ ['@babel/preset-env', {targets: {node: 'current'}}], '@babel/preset-typescript', ], };