mirror of
https://github.com/upstash/context7.git
synced 2025-11-25 14:37:27 +00:00
docs: Add LM Studio as an mcp client in readme
This commit is contained in:
parent
fe8f6e1e04
commit
b48d90c001
26
README.md
26
README.md
@ -790,6 +790,32 @@ args = ["-y", "@upstash/context7-mcp"]
|
||||
command = "npx"
|
||||
```
|
||||
|
||||
</details>
|
||||
<details>
|
||||
<summary><b>Install in LM Studio</b></summary>
|
||||
|
||||
See [LM Studio MCP Support](https://lmstudio.ai/blog/lmstudio-v0.3.17) for more information.
|
||||
|
||||
#### One-click install:
|
||||
[](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.
|
||||
|
||||
</details>
|
||||
|
||||
## 🔨 Available Tools
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user