Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
graphlit-mcp-server
Claim
Official
by
graphlit
npm
GitHub
Knowledge & Memory
Communication
TypeScript
MIT License
721
52
Apple
Reddit
Discord
Overview
Inspect
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
src
azure-pipelines.yml
Dockerfile
.env.example
.gitignore
LICENSE
package.json
package-lock.json
README.md
smithery.yaml
tsconfig.json
{ "compilerOptions": { "target": "ES2022", "module": "Node16", "moduleResolution": "Node16", "outDir": "./build", "strict": true, "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "declaration": true, "declarationMap": true }, "include": ["src/**/*"], "exclude": ["node_modules"] }