Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
MCP Titan
by
henryhawke
Verified
npm
GitHub
Knowledge & Memory
Developer Tools
TypeScript
MIT License
34
40
Apple
Linux
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
mcp-titan
.cursor
docs
src
CONTRIBUTING.md
.cursorignore
Dockerfile
.DS_Store
futureOptimization.md
.gitignore
index.js
jest.config.js
LICENSE
package.json
README.md
research_paper_source.pdf
smithery.yaml
test-weights
tsconfig.json
{ "compilerOptions": { "target": "ES2022", "module": "NodeNext", "moduleResolution": "NodeNext", "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "strict": true, "skipLibCheck": true, "outDir": "dist", "declaration": true, "sourceMap": true, "resolveJsonModule": true, "rootDir": "src", "lib": ["ES2022"] }, "include": ["src/**/*"], "exclude": ["node_modules", "dist", "**/*.test.ts"] }