File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
content/integrate/redis-mcp Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ The [Model Context Protocol (MCP)](https://modelcontextprotocol.io/introduction)
18
18
is a standard that lets AI agents access data and perform actions. Using MCP,
19
19
your server can publish a set of commands that are usable by any MCP-compatible
20
20
client app (such as [ Claude Desktop] ( https://claude.ai/download ) or
21
- [ VSCode ] ( https://code.visualstudio.com/ ) ). These commands can retrieve
21
+ [ VS Code ] ( https://code.visualstudio.com/ ) ). These commands can retrieve
22
22
whatever data you wish to provide and you can also let the agent make
23
23
changes to the data. For example, you could publish a feed of news items that
24
24
an agent can use in its responses, and also let the agent add the user's
@@ -36,5 +36,5 @@ an LLM chat using instructions and questions like the following:
36
36
- "What is user:1's email?"
37
37
38
38
See the other pages in this section to learn how to set up and use Redis MCP.
39
- See also the [ Github repository] ( https://github.com/redis/mcp-redis ) for
39
+ See also the [ GitHub repository] ( https://github.com/redis/mcp-redis ) for
40
40
the latest changes.
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ basic approach is similar in each case. The pages listed below
46
46
give the general configuration details for some common MCP client tools:
47
47
48
48
- [ Claude Desktop] ( https://modelcontextprotocol.io/quickstart/user )
49
- - [ Github Copilot for VSCode ] ( https://code.visualstudio.com/docs/copilot/chat/mcp-servers )
49
+ - [ GitHub Copilot for VS Code ] ( https://code.visualstudio.com/docs/copilot/chat/mcp-servers )
50
50
- [ OpenAI] ( https://openai.github.io/openai-agents-python/mcp/ )
51
51
52
52
### Local servers
@@ -131,7 +131,7 @@ If you set up an
131
131
MCP server, you may be able to configure it directly from the app (but
132
132
if you can't, then see [ Using a gateway] ( #using-a-gateway ) for an alternative approach). For
133
133
example, the following ` JSON ` element configures
134
- [ Github Copilot for VSCode ] ( https://code.visualstudio.com/docs/copilot/overview )
134
+ [ GitHub Copilot for VS Code ] ( https://code.visualstudio.com/docs/copilot/overview )
135
135
to use an ` sse ` type server running at ` 127.0.0.1 ` :
136
136
137
137
``` json
You can’t perform that action at this time.
0 commit comments