Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
Sensei MCP
Claim
Official
by
dojoengine
npm
GitHub
Developer Tools
TypeScript
MIT License
0
3
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
sensei-mcp
bin
.github
prompts
resources
src
__tests__
.editorconfig
eslint.config.mjs
.gitignore
LICENSE
package.json
package-lock.json
pnpm-lock.yaml
.prettierrc
README.md
tsconfig.json
tsconfig.release.json
{ "compilerOptions": { "target": "es2022", "module": "node16", "lib": ["ES2022", "DOM"], "moduleResolution": "node16", "rootDir": ".", "outDir": "build", "allowSyntheticDefaultImports": true, "importHelpers": true, "alwaysStrict": true, "sourceMap": true, "forceConsistentCasingInFileNames": true, "noFallthroughCasesInSwitch": true, "noImplicitReturns": true, "noUnusedLocals": true, "noUnusedParameters": true, "noImplicitAny": false, "noImplicitThis": false, "strictNullChecks": false, }, "include": ["src", "__tests__"] }