MCP Servers

模型上下文协议服务器、框架、SDK 和模板的综合目录。

MCP Workshop teaching you how to build, secure and manage MCP Servers

创建于 11/15/2025
更新于 about 1 month ago
Repository documentation and setup instructions

MCP Workshop

This repository contains the source for the ContextForge MCP workshop published at https://contextforge-org.github.io/mcp-workshop/.

  • docs/ – MkDocs site with the workshop content

Running the Workshop Locally

cd docs
uv sync
uv run mkdocs serve

Additional Resources

Documentation

  • FastMCP Official Documentation: https://gofastmcp.com/getting-started/welcome
  • ContextForge Gateway: https://github.com/IBM/mcp-context-forge
  • Sample MCP Servers: https://github.com/IBM/mcp-context-forge/tree/main/mcp-servers/python
  • MCP Specification: https://spec.modelcontextprotocol.io/

Enterprise & Architecture

  • Architecting Secure Enterprise AI Agents with MCP: https://ibm.biz/enterprise-ai-with-mcp
  • ContextForge Documentation: https://ibm.github.io/mcp-context-forge/

Community

  • MCP Official Site: https://modelcontextprotocol.io/
  • FastMCP GitHub: https://github.com/jlowin/fastmcp
  • MCP Servers Registry: https://github.com/modelcontextprotocol/servers

Local Development

  • Ollama: https://ollama.com - Run LLMs locally
  • IBM Granite 4.0: https://www.ibm.com/granite - Try granite4:3b or granite4:8b for testing MCP servers
快速设置
此服务器的安装指南

安装命令 (包未发布)

git clone https://github.com/contextforge-org/mcp-workshop
手动安装: 请查看 README 获取详细的设置说明和所需的其他依赖项。

Cursor 配置 (mcp.json)

{ "mcpServers": { "contextforge-org-mcp-workshop": { "command": "git", "args": [ "clone", "https://github.com/contextforge-org/mcp-workshop" ] } } }