Skip to content

Instantly share code, notes, and snippets.

@ynonp
Last active June 26, 2025 08:56
Show Gist options
  • Save ynonp/5fc55879d1365e45841538edb938d73d to your computer and use it in GitHub Desktop.
Save ynonp/5fc55879d1365e45841538edb938d73d to your computer and use it in GitHub Desktop.
mcp.md
# ToCode MCP Webinar Agenda
1. What is MCP
https://modelcontextprotocol.io/docs/concepts/architecture
LLM
^
|
|
Copilot [Agent] <--> MCP
|
v
GitHub
Docker
- inspector
https://github.com/modelcontextprotocol/inspector
- Show how to write your own MCP server in just a few lines of python
https://www.tocode.co.il/blog/2025-04-mcp-intro
2. MCP for developers
- https://github.com/modelcontextprotocol/servers
- Github MCP Server
```
"github": {
"url": "https://api.githubcopilot.com/mcp/"
},
```
- Docker MCP Server
```
"docker": {
"command": "/Users/ynonp/.pyenv/shims/uvx",
"args": [
"docker-mcp"
]
}
```
3. Demo
- Find an easy to fix issue
- Fix it
- Fork, create branch, push
- Run a browser to verify it works
- Read from the DB
4. Demo Claude Desktop Zapier
5. Q & A
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment