Skip to content

Commit 721b647

Browse files
authored
Add LM-Kit.NET client details to documentation (modelcontextprotocol#1691)
* Add LM-Kit.NET client details to documentation Added LM-Kit.NET section with features and links. * remove clients.mdx * add clients.mdx * LR fix * Prettier fix * revert .gitignore change
1 parent f606435 commit 721b647

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

docs/clients.mdx

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ This page provides an overview of applications that support the Model Context Pr
5959
| [Klavis AI Slack/Discord/Web][Klavis AI] ||||||||
6060
| [Langflow][Langflow] ||||||||
6161
| [LibreChat][LibreChat] ||||||||
62+
| [LM-Kit.NET][LM-Kit.NET] ||||||||
6263
| [LM Studio][LM Studio] ||||||||
6364
| [Lutra][Lutra] ||||||||
6465
| [MCP Bundler for MacOS][mcp-bundler] ||||||||
@@ -159,6 +160,7 @@ This page provides an overview of applications that support the Model Context Pr
159160
[Kilo Code]: https://github.com/Kilo-Org/kilocode
160161
[Langflow]: https://github.com/langflow-ai/langflow
161162
[LibreChat]: https://github.com/danny-avila/LibreChat
163+
[LM-Kit.NET]: https://lm-kit.com/products/lm-kit-net/
162164
[LM Studio]: https://lmstudio.ai
163165
[Lutra]: https://lutra.ai
164166
[mcp-bundler]: https://mcp-bundler.maketry.xyz
@@ -747,6 +749,22 @@ Langflow is an open-source visual builder that lets developers rapidly prototype
747749
- Open-source and self-hostable, with secure multi-user support
748750
- Future roadmap includes expanded MCP feature support
749751

752+
### LM-Kit.NET
753+
754+
[LM-Kit.NET] is a local-first Generative AI SDK for .NET (C# / VB.NET) that can act as an **MCP client**. Current MCP support: **Tools only**.
755+
756+
**Key features:**
757+
758+
- Consume MCP server tools over HTTP/JSON-RPC 2.0 (initialize, list tools, call tools).
759+
- Programmatic tool discovery and invocation via `McpClient`.
760+
- Easy integration in .NET agents and applications.
761+
762+
**Learn more:**
763+
764+
- [Docs: Using MCP in LM-Kit.NET](https://docs.lm-kit.com/lm-kit-net/api/LMKit.Mcp.Client.McpClient.html)
765+
- [Creating AI agents](https://lm-kit.com/solutions/ai-agents)
766+
- Product page: [LM-Kit.NET]
767+
750768
### LM Studio
751769

752770
[LM Studio](https://lmstudio.ai) is a cross-platform desktop app for discovering, downloading, and running open-source LLMs locally. You can now connect local models to tools via Model Context Protocol (MCP).

0 commit comments

Comments
 (0)