Anthropic's Model Context Protocol (MCP) is a GAME CHANGER for AI

  Рет қаралды 19,106

Chris Hay

Chris Hay

Күн бұрын

Пікірлер: 59
@davidsoriaparra8833
@davidsoriaparra8833 Ай бұрын
Great explanation of what we have built. I much appreciate the view and that everyone is just as excited as we are about it.
@chrishayuk
@chrishayuk Ай бұрын
@davidsoriaparra8833 you've done an amazing job here, i see a tonne of innovation coming, and this is the big opener for federated ai powered services
@jeffwads
@jeffwads Ай бұрын
Anthropic is full steaming ahead. Beautiful to see this API stuff coming into being so fast.
@toadlguy
@toadlguy Ай бұрын
This has considerable security implications. Will need to look at the docs.
@chrishayuk
@chrishayuk Ай бұрын
yeah, there is definitely gonna be some fun with this one
@hypervanse
@hypervanse 29 күн бұрын
as usual. custom gpts are really cool to exfiltrate data from openai
@bobbob-mi6pq
@bobbob-mi6pq 29 күн бұрын
The device you're using is already listening and collecting data on you constantly. Same with every app you use and they sell it to whoever wants it already. We have no security in this world.
@pandoraeeris7860
@pandoraeeris7860 Ай бұрын
Everyone I know is hyped for this.
@TheRestorationContractor
@TheRestorationContractor 26 күн бұрын
very cool how you did the code overlayed onto the video - well done
@Jason-ju7df
@Jason-ju7df Ай бұрын
Keep us informed when you come across ways to integrate this with local LLM agents like CrewAI or Kotaemon
@chrishayuk
@chrishayuk Ай бұрын
that is a good shout, i really wanna do some further deep dives with this, especially with agents
@davieslacker
@davieslacker Ай бұрын
Awesome.. I think even just based on your simple example, being able to improve on what Claude desktop can do and personalize it with my own data sounds exciting
@hagen0011
@hagen0011 29 күн бұрын
Anyone know if one can use this with a custom developed client? i.e a native app, that has a chat bot? i.e I want to use my own app, not Claude.
@chrishayuk
@chrishayuk 26 күн бұрын
And that video is coming today or tomorrow
@chrishayuk
@chrishayuk 26 күн бұрын
github repo for the example is here: github.com/chrishayuk/mcp-cli
@hagen0011
@hagen0011 25 күн бұрын
@@chrishayuk Awesome, looking forward to it. It would be great if you also cover, or gave your opinion in the comment :) how this compares to RAG. What is the use case for MCP and what is the use case for RAG? Seem to do similar things as far as I can see, specifically when it comes to connecting own data and chatting with it.
@dasistdiewahrheit9585
@dasistdiewahrheit9585 Ай бұрын
How is it different from tools for example in open-webui?
@Aurelnpounengong
@Aurelnpounengong Ай бұрын
openweb ui can't intereact directly with your database though, this is a game changer because companies with massive data bases with hundreds of tables and billions of rows can now have their databases interact directly with the AI. this will make it much easier for example to just build a dashboard for whatever data you want to track using sonnet. the Model Context protocol has literally murdered so many startups that were charging to do this for people.
@d.d.z.
@d.d.z. Ай бұрын
@@Aurelnpounengong I think the similarity is more with Open Iterpreter @tooluse
@dasistdiewahrheit9585
@dasistdiewahrheit9585 Ай бұрын
@@Aurelnpounengong _"openweb ui can't intereact directly with your database though"_ This is just wrong. It can interact with whatever it has a tool for.
@turqharlem
@turqharlem 26 күн бұрын
I'm trying but I get the following error I'm not a professional VSC I'm probably making a mistake somewhere but I don't know where =) Could not load app settings There was an error reading or parsing claude_desktop_configjson: SyntaxError: Bad escaped' character in JSON at position 180 (line 8 column 15)
@adisegev1
@adisegev1 24 күн бұрын
It's an excellent video. Thanks very much. I've connected Claud to my own db and start asking him about it. Sometimes, it just answered with non existing columns or misunderstood the meaning of some of them. How can I pass him the full description of the tables?
@chrishayuk
@chrishayuk 24 күн бұрын
it's basically the system prompt, you can convince claude to go read the tables before attempting to select the data... that was the main trick when i built my version
@adisegev1
@adisegev1 24 күн бұрын
Ok. And can I do it only when I start my application, or I have to do it for each conversation?
@chrishayuk
@chrishayuk 24 күн бұрын
there is nothing stopping you reading the tables at the beggining of the conversation, and the stuffing that into the context. a more sophisticated approach might be to raq the query, and pull the best system prompt to cover it
@adisegev1
@adisegev1 24 күн бұрын
I really appreciate your patience. In my case, I have more than 100 tables. I am afraid it won't be a good practice to give their description as a system prompt. Should I use RAG or any other technique for my case?
@Bangs_Theory
@Bangs_Theory 28 күн бұрын
Best explanation of MCP so far!
@chrishayuk
@chrishayuk 24 күн бұрын
Wow, thanks!, glad it was useful, hope you enjoy my new deep dive video also
@yash9725
@yash9725 Ай бұрын
{} Error executing code: MCP error -2: Request timed out i am getting this error. can u help me figure some solution?
@SportPrediction
@SportPrediction Ай бұрын
In laymans understanding - does this need claude api or works via the $20 subscription?
@chrishayuk
@chrishayuk Ай бұрын
20 bucks subscription
@solarion33
@solarion33 26 күн бұрын
great overview, thanks. subscribed
@chrishayuk
@chrishayuk 24 күн бұрын
thaaaaaank you, and glad you liked
@LeoRizoLeon
@LeoRizoLeon Ай бұрын
I thought Dario had made a video about this himself! 😊 Haha. Good video! Thanks I had no idea what this was.
@chrishayuk
@chrishayuk Ай бұрын
glad it was useful
@kluther9286
@kluther9286 Ай бұрын
How secure is the data that Claude reads, does Anthropic confirm that the data remains on my server?
@almightyzentaco
@almightyzentaco Ай бұрын
It can't by definition. If you are passing data to an llm to work with that data has to be sent to the llm server to be processed.
@senju2024
@senju2024 Ай бұрын
I did not hear anything about authentication, encryption and cybersecurity guidelines.................I would wait until you get a proper safety review and several use cases before jumping in. My 2 cents worth.
@chrishayuk
@chrishayuk Ай бұрын
This is why I talk about the use cases being more in the cloud rather than local
@senju2024
@senju2024 Ай бұрын
@@chrishayuk Good Point!
@wasimdorboz
@wasimdorboz Ай бұрын
nice lights its like i am in thailand
@jaggyjut
@jaggyjut Ай бұрын
So no more RAG?
@explorer945
@explorer945 26 күн бұрын
Isn't your channel bad for viewer eyes as it has lot of blue light. It's cool.. but too cool that's it 🔵🔵🔵🔵
@chrishayuk
@chrishayuk 24 күн бұрын
hahaha, yeah, maybe wear blue blocker glasses like i do
@deathbysalt2382
@deathbysalt2382 Ай бұрын
Good stuff!
@chrishayuk
@chrishayuk Ай бұрын
Glad you enjoyed it
@happyday.mjohnson
@happyday.mjohnson 26 күн бұрын
Wish there was an example to build clients. Right now using the Claude Desktop it is easy to run out of sessions before you are asked to pay for a subscription. I just wan to play with the protocol first before I spend $$ trying to explore.
@chrishayuk
@chrishayuk 26 күн бұрын
video goes out either later today or tomorrow on how to do this... but here's my github repo with the example. github.com/chrishayuk/mcp-cli
@andrew-does-marketing
@andrew-does-marketing Ай бұрын
So. Blue.
@MaciejWolski-j4p
@MaciejWolski-j4p 25 күн бұрын
The guy is wearing blue light blocking glasses and fills the room with blue light...
@ranjeev85
@ranjeev85 Ай бұрын
You're evil for the fact that you beam blue light to your viewers and yet use a convenient blue light filter for your own wellbeing. Aren't you?
@chrishayuk
@chrishayuk 29 күн бұрын
caught
@iceshoqer
@iceshoqer Ай бұрын
Too much waffle sorry, stopped watching it.
@chrishayuk
@chrishayuk Ай бұрын
yeah, i'm definitely not the channel for you, but thanks for trying
@seanwfindley
@seanwfindley Ай бұрын
@@chrishayuk Screw those guys. Love your channel. Just enough information to get the rest of us going.
@chrishayuk
@chrishayuk Ай бұрын
@@seanwfindley very much appreciate it and glad you love the channel and find it useful, THANK YOU!!!, but honestly everyone has different styles, and not everyone is gonna like my channel or style,. i'm super cool with that
@Cloudways-AI
@Cloudways-AI 11 күн бұрын
This is the first time I have ever watched this guys channel. Your comment is idiotic and that makes you a 100% IDIOT. What an exceptional piece of content, I compliment you. I did not know about MCP until this morning. Tonight I connected to an external postgres database. Nice work my friend.
@TheGuillotineKing
@TheGuillotineKing Ай бұрын
🥱
Anthropic MCP with Ollama, No Claude? Watch This!
29:55
Chris Hay
Рет қаралды 15 М.
Is This the Future of UI Testing? Puppeteer + Claude AI's MCP 🧠🤯
17:34
Cat mode and a glass of water #family #humor #fun
00:22
Kotiki_Z
Рет қаралды 42 МЛН
Support each other🤝
00:31
ISSEI / いっせい
Рет қаралды 81 МЛН
It’s all not real
00:15
V.A. show / Магика
Рет қаралды 20 МЛН
Сестра обхитрила!
00:17
Victoria Portfolio
Рет қаралды 958 М.
Anthropic MCP + Ollama. No Claude Needed? Check it out!
18:06
What The Func? w/ Ed Zynda
Рет қаралды 10 М.
Transformers (how LLMs work) explained visually | DL5
27:14
3Blue1Brown
Рет қаралды 4,1 МЛН
Anthropic's New Agent Protocol!
15:35
Sam Witteveen
Рет қаралды 43 М.
LCM: The Ultimate Evolution of AI? Large Concept Models
30:13
Discover AI
Рет қаралды 42 М.
Expo SDK 52: Our largest release ever!
10:51
Expo
Рет қаралды 30 М.
OpenAI's Swarm - a GAME CHANGER for AI Agents
20:48
Cole Medin
Рет қаралды 51 М.
Cat mode and a glass of water #family #humor #fun
00:22
Kotiki_Z
Рет қаралды 42 МЛН