racheldajusta/mcp_talk
If you are the rightful owner of mcp_talk and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
This repository contains resources and instructions for setting up and using a Model Context Protocol (MCP) server, specifically for Rachel Da Justa's talk on MCP.
MCP Talk
Repo for Rachel Da Justa's talk on MCP.
Features
- Presentation available in PRESENTATION.md
Installation
This project uses uv and pyproject.toml
for dependency management. Python 3.11+ is recommended.
- Install uv if you don't have it:
pip install uv
- Install dependencies:
uv sync
If you encounter issues, ensure you are using a compatible Python version and that uv
is installed in your active environment.
Usage
- Start the MCP server:
uv run main.py
- Tools are available via the MCP API (see
mcp.json
for endpoint configuration).
MCP Integration in VS Code
To add this server to your MCP configuration in Visual Studio Code:
- Open
.vscode/mcp.json
in your project folder. - Add or update the
servers
section to include your MCP server:{ "servers": { "my_tools": { "url": "http://localhost:8000/sse" } // ...other servers... } }
- Save the file. Your MCP server will now be available for use in VS Code MCP workflows.
For more details, see the MCP documentation
License
MIT
Contact
For questions or feedback, contact Rachel.