Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
@sanderkooger/mcp-server-ragdocs
by
sanderkooger
Verified
npm
GitHub
Knowledge & Memory
Search
Research & Data
TypeScript
MIT License
345
11
Apple
Linux
Reddit
Discord
Overview
Inspect
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
.github
.husky
logos
src
ARCHITECTURE.md
.c8rc.json
CHANGELOG.md
.clinerules
.commitlintrc.ts
CONTRIBUTING.md
docker-compose.yml
entrypoint.sh
.env.example
eslint.config.ts
.gitignore
LICENSE
llms-install.md
.mocharc.json
.npmrc
package.json
package-lock.json
.prettierrc
README.md
REFACTOR_GUIDELINES.md
.releaserc.json
tsconfig.json
{ "compilerOptions": { "target": "ES2023", // Node.js 22 supports ES2023 features "baseUrl": ".", "module": "NodeNext", // Align with Node.js 22's ESM support "moduleResolution": "nodenext", "paths": { "@tools/*": ["src/lib/*"] }, "outDir": "./build", "rootDir": "./src", "strict": true, "noImplicitOverride": true, "noPropertyAccessFromIndexSignature": true, "exactOptionalPropertyTypes": true, "noUncheckedIndexedAccess": true, "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "types": ["node", "mocha"], }, "include": ["src/**/*", "test/**/*"], "exclude": ["node_modules"] }