From 92318740b5a43440ec8a7586e20230ea0c849c74 Mon Sep 17 00:00:00 2001 From: Frank Fiegel <108313943+punkpeye@users.noreply.github.com> Date: Sat, 9 Aug 2025 00:10:36 -0400 Subject: [PATCH] add MCP server badge --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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