Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
Elasticsearch Knowledge Graph for MCP
Claim
by
j3k0
GitHub
Knowledge & Memory
Databases
Search
TypeScript
Reddit
Discord
Overview
Inspect
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
.cursor
legacy
src
tests
BUILD-NOTES.md
docker-compose.yml
Dockerfile
.gitignore
jest.config.cjs
jest.config.js
package.json
README.md
tsconfig.json
vitest.config.ts
{ "compilerOptions": { "target": "ES2022", "module": "NodeNext", "moduleResolution": "NodeNext", "esModuleInterop": true, "outDir": "./dist", "rootDir": "./src", "strict": false, "skipLibCheck": true, "noImplicitAny": false, "noImplicitThis": false, "noImplicitReturns": false, "skipDefaultLibCheck": true, "checkJs": false, "forceConsistentCasingInFileNames": true, "declaration": true, "sourceMap": true }, "include": [ "src/**/*.ts" ], "exclude": [ "node_modules", "dist", "src/legacy-index.ts" ] }