Skip to main content
Glama

RAG Context MCP Server

by notbnull
.gitignore1.03 kB
# Dependencies node_modules/ # Build output dist/ *.js *.js.map *.d.ts *.d.ts.map # Keep TypeScript source files !src/**/*.ts !scripts/**/*.sh # IDE .vscode/ .idea/ *.swp *.swo *~ # OS .DS_Store Thumbs.db # Logs logs/ *.log npm-debug.log* yarn-debug.log* yarn-error.log* lerna-debug.log* # Environment .env .env.local .env.*.local # Test coverage coverage/ .nyc_output/ *.lcov # Runtime data pids/ *.pid *.seed *.pid.lock # Dependency directories jspm_packages/ # Optional npm cache directory .npm # Optional eslint cache .eslintcache # Optional REPL history .node_repl_history # Output of 'npm pack' *.tgz # Yarn Integrity file .yarn-integrity # MCP Server data directories .rag-context-mcp/ .rag-context-mcp-test/ *.db *.db-shm *.db-wal # Transformer models cache (Xenova downloads models here) .cache/ models/ transformers_cache/ # Vector index files *.index *.vector vectors/ # Temporary test data tmp/ temp/ # Package manager lock files (keep package-lock.json for consistency) yarn.lock pnpm-lock.yaml

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/notbnull/mcp-rag-context'

If you have feedback or need assistance with the MCP directory API, please join our Discord server