MCP Server Demo
by schwannden
This project demonstrates setting up an MCP Server using Python and integrating it with Goose or Claude Desktop for AI tool interaction. See the original post for a more detailed introduction.
View on GitHub
Last updated: N/A
MCP Server Demo with Goose
This project demonstrates how to set up an MCP Server using Python and integrate it with Goose or Claude Desktop to interact with AI tools. See Original Post For introduction.
Prerequisites
- uv package manager installation guide
Project Setup
uv sync
pre-commit install
Running Dev Server
mcp dev src/mcp_server_demo/server.py
Playing with Goose or Claude
See Original Post