edstem-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@edstem-mcpshow my enrolled courses"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
edstem-mcp
Use Ed Discussion from any MCP client.
Public service URL: https://edstem.tuuhub.com/mcp
Quick Start
Add the service URL to your MCP client.
When the browser opens, paste your Ed API token.
Grant
mcp:tools.read, andmcp:tools.writeonly if you want write tools.
Get your token here: https://edstem.org/settings/api-tokens
Only an Ed API token is needed. One token is treated as one user and verified with GET /api/user.
What It Can Do
View your Ed profile and enrolled courses
Browse lessons, slides, threads, and activity
Open thread details by thread ID or course thread number
Submit slide answers and submit slides if you grant write access
Self-Hosting
Ignore this if you are just using the public service.
Bun 1.3+
MASTER_KEYas a 32-byte base64 string
Docker
cp .env.example .env
# Fill in MASTER_KEY and PUBLIC_BASE_URL first.
docker compose up -dLocal Run
bun install
cp .env.example .env
# Fill in MASTER_KEY and PUBLIC_BASE_URL first.
bun run startDocker image: ghcr.io/bunizao/edstem-mcp
docker run -d --restart unless-stopped --env-file .env -p 8787:8787 -v edstem-mcp-data:/data ghcr.io/bunizao/edstem-mcp:latestNotes
PUBLIC_BASE_URLmust match the real external URL clients use.Optional: set
OAUTH_FIXED_CLIENT_ID,OAUTH_FIXED_CLIENT_SECRET, andOAUTH_FIXED_CLIENT_REDIRECT_URISto pre-seed a confidential OAuth client for Claude's Advanced settings flow.Health endpoints:
/healthzand/readyzThe image ships with a
readyzhealth check.Backups:
./scripts/backup-db.sh .data/edstem-mcp.dbRestores:
./scripts/restore-db.sh backups/edstem-mcp-YYYYMMDD-HHMMSS.db .data/edstem-mcp.db
For restores, stop the app first. For Docker deployments, point the scripts at the mounted volume path.
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/bunizao/edstem-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server