Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<a href="https://glama.ai/mcp/servers/@ContextualAI/contextual-mcp-server">
<img width="380" height="200" src="https://glama.ai/mcp/servers/@ContextualAI/contextual-mcp-server/badge" alt="Contextual Server MCP server" />
</a>

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:
Expand Down Expand Up @@ -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/).