diff --git a/README.md b/README.md index 113bd3f..bfc2c3d 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,14 @@ A Model Context Protocol (MCP) server that provides RAG (Retrieval-Augmented Generation) capabilities using Contextual AI. This server integrates with a variety of MCP clients. It provides flexibility in you can decide what functionality to offer in the server. In this readme, we will show integration with the both Cursor IDE and Claude Desktop. + + Contextual Server MCP server + + Contextual AI now offers a hosted server inside the platform available at: https://mcp.app.contextual.ai/mcp/ After you connect to the server, you can use the tools, such as query, provided by the platform MCP server. For a complete walkthrough, check out the MCP [user guide](https://docs.contextual.ai/user-guides/mcp-server). - ## Overview An MCP server acts as a bridge between AI interfaces (Cursor IDE or Claude Desktop) and a specialized Contextual AI agent. It enables: @@ -189,4 +192,4 @@ def new_tool(param: str) -> str: - Currently only supports stdio transport mode -For all the capabilities of Contextual AI, please check the [official documentation](https://docs.contextual.ai/). +For all the capabilities of Contextual AI, please check the [official documentation](https://docs.contextual.ai/). \ No newline at end of file