Add your description here
Project description
MCP Python Demo
This repository demonstrates the use of Model Context Protocol (MCP) SDK for Python.
Setup
If using Dev Container (Recommended)
If you're using the dev container (VS Code with Docker), everything is already set up for you! The container includes Python, uv, and all necessary tools.
If running locally
-
Install uv if you haven't already
-
Create a virtual environment:
uv venv -
Activate the virtual environment:
-
On macOS/Linux:
source .venv/bin/activate
-
On Windows:
.venv\Scripts\activate
-
-
Install dependencies from pyproject.toml:
uv sync --dev
Running Development Inspector
To run the development inspector:
mcp dev server.py
Installing in Claude
To install this MCP plugin in Claude:
-
Run this command:
mcp install server.py
-
Restart Claude
-
Troubleshooting: If you get an error, fix the uv path in the config to an absolute path:
which uvThen update the configuration with the absolute path.
Installing in GitHub Copilot
📺 If you prefer learning from videos, watch this video from Burke Holland or this video from James Montemagno.
If you already installed in Claude Desktop
Enable chat.mcp.discovery.enabled: true in your settings and VS Code will discover existing MCP server lists, and proceed to use the tool in GitHub Copilot Agent mode.
If you did not install in Claude Desktop
-
If you want to associate the MCP server only with a particular repo, create a
.vscode/mcp.jsonfile with this content:{ "inputs": [ ], "servers": { "pamelas-mcp": { "command": "PATH/TO/uv", "args": [ "--directory", "/PATH/TO/mcp-python-demo", "run", "server.py" ] } } }
-
Alternatively, if you want to associate the MCP server with all repos, add to your VS Code User Settings JSON:
{ "mcp": { "inputs": [], "servers": { "pamelas-mcp": { "command": "/PATH/TO/uv", "args": [ "--directory", "/PATH/TO/mcp-python-demo", "run", "server.py" ] } } } }
Another way to update settings is to run this command in the terminal:
code-insiders --add-mcp "{\"name\":\"pamelas-mcp\",\"command\":\"/PATH/TO/uv\",\"args\":[\"--directory\",\"/PATH/TO/mcp-python-demo\",\"run\",\"server.py\"]}"
Using tools in Copilot
- Now that the mcp server is discoverable, open GitHub Copilot and select the
Agentmode (notChatorEdits). - Select the "refresh" button in the top right corner of the Copilot chat text field to refresh the server list.
- Select the "🛠️" button to see all the possible tools, including the ones from this repo.
- Put a question in the chat that would naturally invoke one of the tools, for example: "What is the current weather in Seattle?".
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file iflow_mcp_pamelafox_mcp_python_demo-0.1.2.tar.gz.
File metadata
- Download URL: iflow_mcp_pamelafox_mcp_python_demo-0.1.2.tar.gz
- Upload date:
- Size: 5.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.10.0 {"installer":{"name":"uv","version":"0.10.0","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Debian GNU/Linux","version":"13","id":"trixie","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
095cda7f107ed32837326ab64f4e7dbdc221f24be5d3f96a5a4578d681f38601
|
|
| MD5 |
27bb311af1d2c9c88fa3a7ee54f220df
|
|
| BLAKE2b-256 |
6e6b907218aac69914a5999a09c0a7b864739d343f2655423853f7f896dfe786
|
File details
Details for the file iflow_mcp_pamelafox_mcp_python_demo-0.1.2-py3-none-any.whl.
File metadata
- Download URL: iflow_mcp_pamelafox_mcp_python_demo-0.1.2-py3-none-any.whl
- Upload date:
- Size: 6.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.10.0 {"installer":{"name":"uv","version":"0.10.0","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Debian GNU/Linux","version":"13","id":"trixie","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8a55448e102fa33acddc67cd6f4b1eb9c9c24fb2b39d6669f4ba661c4a1a0794
|
|
| MD5 |
518f0ca802d5cc6f76fef8be735c2291
|
|
| BLAKE2b-256 |
94f5ca622795a87c2aec944a5d6f1f47d5b5c6f04b33af59d1580730a9deb497
|