These are My 3 Must-Have MCP Servers for AI Coding

Video ID: j9jKqPU_GgY

YouTube URL: https://www.youtube.com/watch?v=j9jKqPU_GgY

Added At: 13-06-25 21:16:16

Processed: No

Sentiment: Error

Categories: Ai Coding

Tags: mcp-server, neon, crawl4ai, brave

Summary

Analysis error: Response is not valid JSON

Transcript

If you are using AI coders like Windsurf
and Cursor, you should not go without
these three kinds of MCP servers. And
I'll have links in the description to
each one of them. You want something to
provide up-to-date documentation for
your AI coding assistant. Like in this
case, I'm using my completely free and
open- source crawl for AI rag MCP server
that I built for you. You also want
something for web search. Like I'm using
Brave in this case. And then lastly,
what's been a real gamecher for me is
having an MCP server that allows me to
manage my database with natural
language. And in this case, I'm using
Neon, which is a serverless Postgress
platform. And with this server, I can
have it create projects and SQL tables
and manage my records all with natural
language. And take a look at this. In my
Windinssurf, I'm asking it to build an
AI agent with Pidantic AI, my favorite
AI agent framework. It'll need
up-to-date documentation. So there we
go. It's now leveraging the crawl for
AAI MCP server to get that documentation
and it can aid in that with Brave as
well if it needs to search for
additional resources. And then it'll use
my Neon MCP server to create a new
project, create the tables for me that I
need for this rag AI agent. It all works
so seamlessly. And boom, there we go.
We've got the complete code for our
agent. I just skipped ahead a little bit
there. And I'll show you the interface I
had it built for me as well. We can ask
it a question. We can see that it's
leveraging the knowledge base. It's
giving me an answer. This is working
perfectly and we're using these MCP
servers to really make that possible.