docs: Document context servers (#21170)
This PR adds documentation for context servers. Release Notes: - N/A
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
# Model Context Protocol
|
||||
|
||||
Zed uses the [Model Context Protocol](https://modelcontextprotocol.io/) to interact with [context servers](./context-server.md):
|
||||
|
||||
> The Model Context Protocol (MCP) is an open protocol that enables seamless integration between LLM applications and external data sources and tools. Whether you're building an AI-powered IDE, enhancing a chat interface, or creating custom AI workflows, MCP provides a standardized way to connect LLMs with the context they need.
|
||||
|
||||
Check out the [Anthropic news post](https://www.anthropic.com/news/model-context-protocol) and the [Zed blog post](https://zed.dev/blog/mcp) for an introduction to MCP.
|
||||
|
||||
## Try it out
|
||||
|
||||
Want to try it for yourself?
|
||||
|
||||
The following context servers are available today as Zed extensions:
|
||||
|
||||
- [Postgres Context Server](https://github.com/zed-extensions/postgres-context-server)
|
||||
|
||||
## Bring your own context server
|
||||
|
||||
If there's an existing context server you'd like to bring to Zed, check out the [context server extension docs](../extensions/context-servers.md) for how to make it available as an extension.
|
||||
|
||||
If you are interested in building your own context server, check out the [Model Context Protocol docs](https://modelcontextprotocol.io/introduction#get-started-with-mcp) to get started.
|
||||
Reference in New Issue
Block a user