#MCPservers
Wednesday for agent builders: make the tool surface findable.

llms.txt + connect-your-ai + mcpservers listing.
4 free no-account EU checks; prepaid MCP when you need receipts.

https://jithox.com/connect-your-ai
https://jithox.com/llms.txt
#MCP #AIAgents
September 22, 2026 at 10:18 PM
Setup #MCP Servers in #vscode and #githubcopilot in seconds per project! So easy to do!

#dotnet #visualstudiocode #copilot #mcpservers
April 1, 2025 at 4:49 PM
Agree — description, discovery, and validation change agent behavior as much as the model.

We publish a stable surface agents can find: connect-your-ai + mcpservers listing + 4 free no-account checks.
https://jithox.com/connect-your-ai
September 22, 2026 at 10:18 PM
Azure Functions just dropped the ability to build RREMOTE MCP Servers with Scalable Azure Functions in C#, TypeScript, or Python! Check this out!!

www.youtube.com/watch?v=XwnE...

#dotnet #csharp #mcpservers #azurefunction
Build Remote MCP servers using Azure Functions in C# & .NET
YouTube video by Microsoft Azure Developers
www.youtube.com
April 6, 2025 at 3:49 PM
Compatible with Chromium too! Helpful if you're on an ARM64 Linux machine. Update ~/.gemini/settings.json:
{
"mcpServers": {
"chrome-devtools": {
"command": "npx",
"args": [
"chrome-devtools-mcp@latest",
"--executablePath=/usr/bin/chromium"
]
}
}
}
Announcing our public preview of Chrome DevTools MCP! Experience the full power of DevTools in your AI coding agent→ goo.gle/4pDE6Tk

With Chrome DevTools MCP, your AI agent can run performance traces, inspect the DOM, & perform real-time debugging of your web pages.
September 28, 2025 at 5:36 PM
I’m still getting up to speed on #mcpservers, but from what I have learned so far, I tend to agree with Anil. https://www.anildash.com//2025/05/20/mcp-web20-20/
June 1, 2025 at 11:49 PM
Google’s @jackf.io is speaking at the London MCP Dev Summit 🎤

Topic: Lessons learned building the Chrome DevTools MCP Server

👉 Don’t miss it: buff.ly/MwmiH5E (early bird pricing ends in 2 days!)

#MCPservers #DevToolsAI
August 29, 2025 at 1:50 PM
80% of AI devs ship MCP servers that break under real agent load. Auth fallbacks. Schema precision. Rate limiting. End-to-end testing. Get these right before going live. #MCPServers #AIAgents #BuildInPublic
April 12, 2026 at 10:01 PM
It looks like some people downloaded my MCP dream wrapper

If you tried it, let me know what you thought (!)

Claude Desktop:

{
"mcpServers": {
"dreams": {
"command": "npx",
"args": ["@yuwakisa/mcp-dreams-server"],
"env": {}
}
}
}
July 16, 2025 at 7:09 AM
YOLO. There's an MCP server registry and now I almost want to scan all repos for malware.

mcpservers.org
May 21, 2025 at 9:00 PM
Looking to build an #MCP server in C#?!?! I got you covered with my walk through guide! It takes minutes to setup and get running and testing and it is a BEAUTIFUL API!

devblogs.microsoft.com/dotnet/build...

#vscode #mcpservers #githubcopilot #dotnet #csharp
Build a Model Context Protocol (MCP) server in C# - .NET Blog
Learn how to build a Model Context Protocol (MCP) server using the C# SDK to enable seamless communication between AI models and applications.
devblogs.microsoft.com
April 7, 2025 at 5:14 PM
Scott Sauber, Eldert Grootenboer, Richard Campbell & David McElligott present on Cloud Computing this July at Nebraska.Code().

nebraskacode.amegala.com

#Cloud #MCPServers #SourceCode #CICD #Confluence #Jira #DevOps #AI #Azure #TechConference #Nebraska #Microsoft #AWS #Programming #CloudComputing
April 9, 2026 at 7:23 PM
I’m still getting up to speed on #MCPservers, but from what I have learned so far, I tend to agree with Anil. www.anildash.com//2025/05/…
MCP is the coming of Web 2.0 2.0 - Anil Dash
A blog about making culture. Since 1999.
www.anildash.com
June 1, 2025 at 11:49 PM
I finally unborked my NPM and pushed the CISA KEV MCP server up to it.

You can now use it "directly" without cloning/building (tho this feels way too much like curl|bash for my comfort level, lots of folks like to use stdin/stdout MCP servers this way).
May 10, 2025 at 6:42 AM
Genkit v1.15 is out and includes a feature we've been cooking for a while: a completely revamped MCP plugin tailored for building complex "host" apps that connect to many MCP servers.

The new MCP Host capabilities let you pass in an "mcpServers" config...and we do the rest. ✨
July 18, 2025 at 7:43 PM
It worked for me like this in mcp.json, it can find the two available tools:

{
"mcpServers": {
"svelte-llm": {
"url": "https://svelte-llm.khromov.se/mcp/mcp"
}
}
}
June 6, 2025 at 4:40 PM
AI systems are shifting from hard-coded integrations to protocol-native tools. With MCP servers, agents can safely fetch data, run actions, and stitch workflows—without custom glue code.

#mcp #mcpservers #opensource
December 19, 2025 at 11:53 AM
7/ TL;DR:
MCP servers are powerful.
But power without control = chaos.
Know what you’re building. Or you’ll pay for it later.

#AI #TechDebt #MCPServers #BackendDev #APIs #LLM #DeveloperExperience
May 28, 2025 at 9:32 PM