mcp_talk

racheldajusta/mcp_talk

3.2

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

  1. Presentation available in PRESENTATION.md

Installation

This project uses uv and pyproject.toml for dependency management. Python 3.11+ is recommended.

  1. Install uv if you don't have it:
    pip install uv
    
  2. 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

  1. Start the MCP server:
    uv run main.py
    
  2. 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:

  1. Open .vscode/mcp.json in your project folder.
  2. Add or update the servers section to include your MCP server:
    {
      "servers": {
        "my_tools": {
          "url": "http://localhost:8000/sse"
        }
        // ...other servers...
      }
    }
    
  3. 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.