Read-only MCP server for the local Campus Copilot BFF and imported workspace snapshots.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"io-github-xiaojiou176-open-campus-copilot-mcp": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
OpenCampus keeps Canvas, Gradescope, EdStem, MyUW, and the current shipped read-only planning/admin desk on one local-first surface so students can see what changed, what matters first, and what to export or ask next.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in education
A Model Context Protocol server for searching and analyzing arXiv papers
MCP server for NotebookLM - Let your AI agents (Claude Code, Codex) research documentation directly with grounded, citation-backed answers from Gemini. Persistent auth, library management, cross-client sharing. Zero hallucinations, just your knowledge base.
A MCP server that integrates the Semantic Scholar API and the arXiv API so AI assistants (e.g. Claude Code, Cursor) can search and fetch academic paper metadata.
MCP server that uses arxiv-to-prompt to fetch and process arXiv LaTeX sources for precise interpretation of mathematical expressions in scientific papers.
MCP Security Weekly
Get CVE alerts and security updates for io.github.xiaojiou176-open/campus-copilot-mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Canvas + Gradescope + EdStem on one calm desk
What You Get • Install • How It Work • Ecosystem
CampusCopilot pulls every academic surface — Canvas, Gradescope, EdStem, MyUW, MyPlan — into one local-first read-only desk. See what changed, what is due, what to ask. Nothing leaves your laptop.
┌──────────────────────────────────────┐
│ LOCAL-FIRST ████████ 100% │
│ SOURCE-TRACEABLE ████████ 100% │
│ TYPING REQUIRED ░░░░░░░░ 0% │
│ VIBES ████████ ZERO │
│ FILLER│
└──────────────────────────────────────┘
Local-first study workspace. Read-only by default. Student-first by design.
| Surface | What |
|---|---|
campus-copilot apps | Web workbench plus the school-specific browser extension. |
packages | 24 adapters for the SIS / LMS / grading systems schools actually use. |
design system | Calm-desk visual baseline. Built for students, not dashboards. |
public skills | Drop into Claude/Codex/OpenClaw. Ask one bounded question per case. |
policies | Repo governance: read-only-first, no-PII-leak, source-traceable. |
[!IMPORTANT] Local-first by default. No silent telemetry. No cloud round-trip. Your data stays on your machine until you explicitly ship it somewhere.
git clone https://github.com/xiaojiou176-open/campus-copilot.git
cd CampusCopilot
# follow the per-stack quickstart in INSTALL.md or docs/
Three commands. No curl | sh. No login. Read what you run.
Install break? Open your favorite agent and say "Read AGENTS.md and bootstrap CampusCopilot for me." Agent fix own brain. Long version: docs/.
The repo is seven layers — exactly the seven commits in git log. New work goes in as small named PRs. No 50-file mystery commits.
| Layer | What |
|---|---|
chore: scaffold | License, governance, hygiene gates, CI scaffolding. |
feat(core) | The primary engine. The reason CampusCopilot exists. |
feat(modules) | Packages, adapters, services, plugins. The second floor. |
feat(contracts) | Schemas, configs, public boundaries. Other code talks here. |
test: | Receipts. Everything in this layer must run. |
feat(ops) | Scripts, infra, CI helpers, build glue. |
docs: | Public docs surface. The pretty face. |
git log reads like a building floor plan. Look once, know the whole shape.
CampusCopilot lives in the open family: three open platforms. local-first, source-first, builder-first.
| Repo | What |
|---|---|
| CampusCopilot (you here) | Canvas + Gradescope + EdStem on one calm desk |
| OpenVibeCoding | AI codes overnight, you ship in the morning |
| OpenUIStudio | brief in, React + shadcn out, proof attached |