#ModelContext
Wrote my first MCP using the C# SDK github.com/modelcontext... and .NET 10!

#dotnet #mcp #vscode
May 28, 2025 at 5:01 AM
Yay, just created my first (very basic) AI Agent using the new Koog framework (github.com/JetBrains/koog) from
@jetbrains.com .

Agent configured to use MCP server (from ClimateTrace KMP sample)....developed in turn using the Kotlin MCP SDK (github.com/modelcontext...)
June 10, 2025 at 7:45 PM
PeopleInSpace meets MCP! 😀

Have added an MCP server module to PeopleInSpace (github.com/joreilly/Peo...). It uses the Kotlin MCP SDK (github.com/modelcontext...) along with existing shared KMP code (including use of Ktor/SQLDelight etc).

Example here of Claude using that server.
May 25, 2025 at 1:10 PM
Compare to SwiftUI’s LazyState (wrapped in a macro by us), where we get to drop all the Optional dancing, potentially buggy “onAppear” logic, and generally write things as succinctly as possible:
September 2, 2026 at 9:40 PM
Claude very handy for this 😀. This is using the MCP server from the FantasyPremierLeague KMP sample (github.com/joreilly/Fan...) ...which was developed in turn using the Kotlin MCP SDK (github.com/modelcontext...).
September 19, 2026 at 1:29 PM
Would be great if Nuxt and Nuxt UI MCP were publish on the Github MCP registry at github.com/mcp

See also github.com/modelcontext...
github.com
November 14, 2025 at 3:30 PM
Next #MCP server created....this time added to the ClimateTrace #KMP sample (github.com/joreilly/Cli...) ...again using the Kotlin MCP SDK (github.com/modelcontext...) and hooked in to Claude Desktop.

Am really impressed by what's possible using this approach!
May 31, 2025 at 1:57 PM
I have been playing around with the new C# MCP SDK allowing you to easily create servers and clients in minutes.

It is fantastic!

github.com/modelcontext...

#mcp #mcpserver #csharp #dotnet
GitHub - modelcontextprotocol/csharp-sdk: The official C# SDK for Model Context Protocol servers and clients, maintained by Microsoft
The official C# SDK for Model Context Protocol servers and clients, maintained by Microsoft - modelcontextprotocol/csharp-sdk
github.com
March 31, 2025 at 1:36 AM
SwiftData's underlying store is just SQLite, which means you can inspect it directly from Terminal when something seems off. A handy ModelContext extension makes getting the right command trivial: www.hackingwithswift.com/quick-start/...
How to read the contents of a SwiftData database store - a free SwiftData by Example tutorial
Learn Swift coding for iOS with these free tutorials
www.hackingwithswift.com
August 11, 2026 at 12:24 PM
Our team wants to make getting started with MCP Apps as easy as possible, so we put every resource imaginable in our GitHub repo.

All here
⮡ github.com/modelcontext...

If you're building with MCP Apps, I would love to hear your feedback - how can we make this a smoother process?
February 17, 2026 at 5:10 PM
Two "paradigmatic collision" threads I've been following:

- W3C Presentation API is for working w/ multiple screens, hits the boundaries of web platform fast: github.com/w3c/presenta...

- MCP wants to be an anywhere pattern, but hard to *also* be web compatible: github.com/modelcontext...
March 24, 2025 at 5:08 AM
There is even a Homebrew publisher for macOS ->

brew install mcp-publisher

See also -> github.com/modelcontext...
September 9, 2025 at 12:26 PM
Official C# SDK is out! github.com/modelcontext...
This wouldn't possible without the amazing community contributions of PederHP 🎉 github.com/PederHP/mcpd...
The dotnet ecosystem is what is because of you all! Thank you
GitHub - modelcontextprotocol/csharp-sdk: The official C# SDK for Model Context Protocol servers and clients, maintained by Microsoft
The official C# SDK for Model Context Protocol servers and clients, maintained by Microsoft - modelcontextprotocol/csharp-sdk
github.com
March 22, 2025 at 2:22 AM
Anthropic's MCP spec has been updated.

Some of the major changes:
- Auth framework based on OAuth 2.1
- Replaced the previous HTTP+SSE transport with Streamable HTTP transport
- Support for JSON-RPC batching
- Tool annotations for better describing tool behavior

github.com/modelcontext...
specification/docs/specification/2025-03-26 at main · modelcontextprotocol/specification
The specification of the Model Context Protocol. Contribute to modelcontextprotocol/specification development by creating an account on GitHub.
github.com
March 26, 2025 at 3:19 PM
The Cloud Run and Firebase MCP servers are now listed in the list of official MCP servers, alongside other very useful ones like GitHub.

github.com/modelcontext...
June 23, 2025 at 4:18 PM
modelcontextprotocol/go-sdk v1.7.0 is out!

Maintained in collaboration with Google, the Go SDK now supports the latest MCP (stateless) protocol (2026-07-28):
• Stateless execution
• server/discover RPC
• MRTR & OAuth session support

github.com/modelcontext...
July 30, 2026 at 5:51 PM
hey there! just released the first version for the MCP SDK for elixir

for this release I focused on ship the foundation of the client interface to interact with other MCP servers, based on the STDIO transport

#ElixirLang

github.com/modelcontext...
GitHub - cloudwalk/hermes-mcp: Elixir Model Context Protocol (MCP) SDK
Elixir Model Context Protocol (MCP) SDK. Contribute to cloudwalk/hermes-mcp development by creating an account on GitHub.
github.com
February 26, 2025 at 2:12 PM
Nothing warms a maintainer's heart more than "I ran into this myself. I diagnosed the issue. I submitted a fix to the upstream library you depend on. I tested the fix."

Hat tip, sir!

github.com/modelcontext...
July 8, 2026 at 10:06 AM
MCP Modèle Contexte Protocolé !
MCP Faites tourner faites tourner !
MCP C toujours moi l'dernier !
github.com/modelcontext...
Model Context Protocol
An open protocol that enables seamless integration between LLM applications and external data sources and tools. - Model Context Protocol
github.com
July 9, 2025 at 1:13 PM
I got brave search working + fetch, has a free tier ok for experimenting , poc archived, may not be developed going forward

github.com/modelcontext...

github.com/modelcontext...
servers-archived/src/brave-search at main · modelcontextprotocol/servers-archived
Reference MCP servers that are no longer maintained - modelcontextprotocol/servers-archived
github.com
August 6, 2025 at 1:27 PM
Thinking of adding AI capabilities into your Kotlin app?
Want to experiment working with LLMs during holidays?

The Model Context Protocol (MCP) makes it simple!

Check out the fresh official Kotlin MCP SDK, created and co-maintained by the JetBrains team:
github.com/modelcontext...
GitHub - modelcontextprotocol/kotlin-sdk: The official Kotlin SDK for Model Context Protocol servers and clients. Maintained in collaboration with JetBrains
The official Kotlin SDK for Model Context Protocol servers and clients. Maintained in collaboration with JetBrains - modelcontextprotocol/kotlin-sdk
github.com
December 18, 2024 at 4:09 PM