Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
OpenCTI MCP Server
Claim
by
Spathodea-Network
GitHub
Security
Databases
TypeScript
MIT License
5
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
bin
.github
scripts
src
test
build.js
eslint.config.js
.gitignore
LICENSE
.npmrc
package.json
package-lock.json
.prettierrc
README.md
.releaserc
tsconfig.json
vitest.config.ts
import { defineConfig } from 'vitest/config' export default defineConfig({ test: { globals: true, environment: 'node', include: ['test/**/*.test.ts'], setupFiles: ['test/setup.ts'] } })