一个符合MCP标准的学生管理服务器
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"student-management-mcp-server": {
"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.
这是一个符合 Model Context Protocol (MCP) 标准的服务器,提供班级学生管理功能。
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 Student Management Mcp Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
这是一个符合 Model Context Protocol (MCP) 标准的服务器,提供班级学生管理功能。
section: 指定班级名称来过滤学生student_id: 学生的唯一标识IDgo build -o student-mcp-server hello.go
./student-mcp-server
这个MCP Server可以被支持MCP协议的编程工具(如IDE、编辑器等)调用。服务器通过标准输入/输出进行JSON-RPC 2.0通信。
{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}
{"jsonrpc":"2.0","id":2,"method":"tools/list"}
{"jsonrpc":"2.0","id":3,"method":"tools/call","params":{"name":"get_student_list","arguments":{}}}
{"jsonrpc":"2.0","id":4,"method":"tools/call","params":{"name":"get_student_list","arguments":{"section":"A班"}}}
{"jsonrpc":"2.0","id":5,"method":"tools/call","params":{"name":"get_student_info","arguments":{"student_id":"1"}}}