Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
Role-Specific Context MCP Server
by
Chris-June
Verified
GitHub
Knowledge & Memory
TypeScript
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
MCP-Server
examples
src
API_DOCUMENTATION.md
ARCHITECTURE.md
DOCUMENTATION.md
.env.example
GETTING_STARTED.md
.gitignore
package.json
package-lock.json
README.md
todo.txt
tsconfig.json
TUTORIAL.md
{ "compilerOptions": { "target": "ES2022", "module": "CommonJS", "moduleResolution": "Node", "esModuleInterop": true, "strict": true, "outDir": "./dist", "rootDir": "./src", "declaration": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "resolveJsonModule": true }, "include": ["src/**/*"], "exclude": ["node_modules", "**/*.test.ts"] }