Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
Gauntlet-Incept MCP
Claim
by
Birdsmith
GitHub
Education & Learning Tools
Knowledge & Memory
JavaScript
Reddit
Discord
Overview
Inspect
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
database
docs
frontend
servers
services
src
docker-compose.yml
Dockerfile
.dockerignore
.env.example
.gitignore
package.json
README.md
{ "name": "gauntlet-incept", "version": "1.0.0", "description": "A system for generating high-quality educational content tailored to students' knowledge levels and interests.", "main": "test-connection.js", "directories": { "doc": "docs" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/Birdsmith/Gauntlet-Incept-MCP.git" }, "keywords": [], "author": "", "license": "ISC", "type": "commonjs", "bugs": { "url": "https://github.com/Birdsmith/Gauntlet-Incept-MCP/issues" }, "homepage": "https://github.com/Birdsmith/Gauntlet-Incept-MCP#readme", "dependencies": { "pg": "^8.13.3" } }