From b48d90c001c69b278466538c673ae58aaebdd3c2 Mon Sep 17 00:00:00 2001 From: xdLawless2 <126285031+xdLawless2@users.noreply.github.com> Date: Mon, 21 Jul 2025 21:44:42 +0200 Subject: [PATCH] docs: Add LM Studio as an mcp client in readme --- README.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/README.md b/README.md index fdfce70..06ec076 100644 --- a/README.md +++ b/README.md @@ -790,6 +790,32 @@ args = ["-y", "@upstash/context7-mcp"] command = "npx" ``` + +
+Install in LM Studio + +See [LM Studio MCP Support](https://lmstudio.ai/blog/lmstudio-v0.3.17) for more information. + +#### One-click install: +[![Add MCP Server context7 to LM Studio](https://files.lmstudio.ai/deeplink/mcp-install-light.svg)](https://lmstudio.ai/install-mcp?name=context7&config=eyJjb21tYW5kIjoibnB4IiwiYXJncyI6WyIteSIsIkB1cHN0YXNoL2NvbnRleHQ3LW1jcCJdfQ%3D%3D) + +#### Manual set-up: + +1. Navigate to `Program` (right side) > `Install` > `Edit mcp.json`. +2. Paste the configuration given below: +```json +{ + "mcpServers": { + "Context7": { + "command": "npx", + "args": ["-y", "@upstash/context7-mcp"] + } + } +} +``` +3. Click `Save` to apply the changes. +4. Toggle the MCP server on/off from the right hand side, under `Program`, or by clicking the plug icon at the bottom of the chat box. +
## 🔨 Available Tools