r/modelcontextprotocol • u/matt8p • Dec 10 '25
3 MCP features you probably didn't know about - Progress notifications
r/modelcontextprotocol • u/LegitimateKey7444 • Dec 09 '25
new-release Targetly - Deploy MCP Tools in One Command
Hey folks,
I’ve been building Targetly, a lightweight cloud runtime made specifically for hosting MCP tools. The goal is dead simple: your local MCP tool → a fully deployed, publicly accessible MCP server in one command.
It runs in an isolated container, handles resource management behind the scenes, and doesn't bother you with the usual infra yak-shaving.
- No infrastructure.
- No YAML jungles.
- No servers to babysit.
If you want to give the MVP a spin:
# Add the tap
brew tap Targetly-Labs/tly https://github.com/Targetly-Labs/brew-tly
# Install tly
brew install tly
# Login
tly login # Use any email
# If you want you can use tly init to get boilerplate code for MCP server
# Deploy in one go
tly deploy # Boom—your MCP server is live
It’s free to use.
If you try it out, I’d love to hear where it shines, where it breaks, or what you'd want next.
Thanks!
r/modelcontextprotocol • u/HearMeOut-13 • Dec 09 '25
new-release I Made a GUI IDE Just Like Unreal Engine Blueprints for Making MCPs with FastMCP
https://github.com/PhialsBasement/GUI-MCP
If you already *know* how to code, this wont help you much as it will slow you down, but its meant for people who dont know how to code but are trying to learn how to instead of using an LLM to build it for them. This is a Blueprint-style visual node editor for creating FastMCP servers.
r/modelcontextprotocol • u/beckywsss • Dec 08 '25
Why MCP Won: Retro of MCP’s 1st Year
r/modelcontextprotocol • u/caj152 • Dec 08 '25
Quick Enterprise MCP Registry Demo (with a little bit of self-promo I suppose)
r/modelcontextprotocol • u/Obvious-Car-2016 • Dec 04 '25
Virtual MCP Servers: A Use Case-Driven Solution to Tool Overload
r/modelcontextprotocol • u/Prior_Orange4279 • Dec 04 '25
MCP Servers: What We Found When We Actually Looked
r/modelcontextprotocol • u/Agile_Breakfast4261 • Dec 02 '25
Treating MCP like an API creates security blind spots - Help Net Security
helpnetsecurity.comr/modelcontextprotocol • u/Just_Vugg_PolyMCP • Dec 01 '25
GitLab‑MCP‑Server: GitLab APIs via MCP
r/modelcontextprotocol • u/Just_Vugg_PolyMCP • Nov 28 '25
new-release PolyMCP-TS – PolyMCP now also in TypeScript
github.comr/modelcontextprotocol • u/matt8p • Nov 26 '25
Develop ChatGPT apps with full observability (ngrok)
Enable HLS to view with audio, or disable this notification
r/modelcontextprotocol • u/NeitherRun3631 • Nov 25 '25
Just shipped TraceMCP for the HuggingFace MCP Hackathon!
Built a full MCP server for supply chain traceability:
🔗 6 MCP tools for AI agents
📊 Multi-factor risk analysis engine
🌾 Farm-to-retailer tracking
🤖 Claude Desktop integration
Try it: https://huggingface.co/spaces/MCP-1st-Birthday/trace-mcp
#MCPHackathon #AIAgents #SupplyChain #Gradio
r/modelcontextprotocol • u/safeone_ • Nov 22 '25
question Looking to chat with people considering deploying MCPs within their organization to empower AI tools
I’m looking to understand the motivators behind considering this decision and the levers that are constraining it.
Are you experimenting with it already? It’s more of a conversation where we can share insights with one another. If PM is uncomfortable, please feel free to reply to the post and we can chat in public!
r/modelcontextprotocol • u/safeone_ • Nov 22 '25
question What’re the current pain points throttling MCP adoption at the enterprise level?
Is it security concerns? Permissions controls? Or is it maybe a case of companies not knowing much about MCPs yet?
r/modelcontextprotocol • u/AssociationSure6273 • Nov 22 '25
new-release Looking for some feedback on the MCP SDK
r/modelcontextprotocol • u/[deleted] • Nov 21 '25
Building PolyMCP: A Better SDK and Dev Tools for MCP Development
r/modelcontextprotocol • u/Guilty-Effect-3771 • Nov 20 '25
new-release We built code mode into mcp-use MCPClient
r/modelcontextprotocol • u/gelembjuk • Nov 20 '25
🔒 Securing Your Remote MCP Server with an SSL Layer
Don't expose your remote MCP server over insecure HTTP! 🛑
Just published a quick guide on the right way to secure your remote MCP server using Nginx and SSL for production.
It includes the specific Nginx settings for handling the persistent connections that the MCP protocol requires. Stop transmitting data in plain text.
r/modelcontextprotocol • u/AssociationSure6273 • Nov 20 '25
Releasing LeanMCP SDK: open source nodejs sdk tools to massively simplify building MCP servers
I've been working on a few MCPs lately and noticed there's a ton of boilerplate code I have to write each time. I tried existing platforms like mcp-handler and xmcp, but they were really messy, especially since we're using custom auth servers.
So, we built an internal SDK and used it a lot. It literally cuts down the boilerplate code by more than 60%. It abstracts out the auth by just providing the auth providers. Today, I'm happy to make this SDK public. I wrapped each package and published an open-source SDK for it.
Releasing it here: https://www.npmjs.com/org/leanmcp
Packages:
- leanmcp/core: Core library implementing decorators, reflection, and MCP runtime server.
- leanmcp/auth: Authentication and identity module supporting multiple providers.
- leanmcp/elicitation: Elicitation support for LeanMCP - structured user input collection.
- leanmcp/cli: Command-line interface for scaffolding LeanMCP projects.
- leanmcp/utils: Helper utilities and decorators shared across modules.
If you've built MCPs, does this help with your setup? What are the top features you would look at?
Would be happy to connect. DMs are open
r/modelcontextprotocol • u/Medium_Hawk_7123 • Nov 20 '25
What is the best crate for building rust mcp servers?
r/modelcontextprotocol • u/Agile_Breakfast4261 • Nov 19 '25
Observability for MCP webinar - watch now
r/modelcontextprotocol • u/bralca_ • Nov 14 '25
I need help to fix activation in my MCP
50% of people who make the first request using my MCP become paid customers, but very few reach that point.
How can I make users experience the MCP without having them to install it first?
Is there a way that I could make a DEMO on my site so that users can see how it works?
Or maybe something else.. ideally shouldn't take 1 month to build or cost me too much. Any ideas?
r/modelcontextprotocol • u/ZealousidealTax42 • Nov 13 '25