mcp_playground
0
The project focuses on developing a local Model Context Protocol server using Python, allowing for local model execution without relying on GUIs or terminals. It involves setting up necessary tools like Ollama and CherryStudio, and demonstrates project creation and debugging with UV and FastMCP.
Ollama
Used to deploy and manage local large models
CherryStudio
Local big model client, supports integration with MCP server
uv
Python package management tool for managing project dependencies
FastMCP
Python library for rapid development of MCP tools