Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
MCP - Titan Memory Server
Claim
by
synthience
npm
GitHub
Knowledge & Memory
Developer Tools
TypeScript
1
52
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
mcp-titan-cognitive-memory
build
src
.gitignore
jest.config.js
package.json
pnpm-lock.yaml
README.md
test-weights
test-weights.json
tsconfig.json
{ "compilerOptions": { "target": "ES2020", "module": "ES2020", "moduleResolution": "node", "esModuleInterop": true, "strict": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "outDir": "./build", "rootDir": "./src", "declaration": true, "sourceMap": true, "allowJs": true, "resolveJsonModule": true, "experimentalDecorators": true, "emitDecoratorMetadata": true, "types": ["jest", "node"] }, "include": ["src/**/*"], "exclude": ["node_modules", "build"] }