Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
onyx-mcp-server
by
lupuletic
Verified
GitHub
Search
Knowledge & Memory
TypeScript
MIT License
Apple
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
onyx-mcp-server
docs
.github
.husky
src
CHANGELOG.md
.clinerules
CODE_OF_CONDUCT.md
commitlint.config.js
CONTRIBUTING.md
Dockerfile
.eslintrc.cjs
.gitignore
glama.json
jest.config.cjs
LICENSE
.npmignore
package.json
package-lock.json
README.md
SECURITY.md
smithery.yaml
tsconfig.json
tsconfig.test.json
{ "compilerOptions": { "target": "ES2020", "module": "NodeNext", "moduleResolution": "NodeNext", "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "strict": true, "skipLibCheck": true, "outDir": "build", "declaration": true, "sourceMap": true }, "include": ["src/**/*"], "exclude": ["node_modules", "build"] }