Skip to content

Commit 8bf3af7

Browse files
aborrusoclaude
andcommitted
docs: add Le Chat (Mistral) setup guide
- Add mistral_web.md guide with 5 steps and screenshots - Add images (mistral_web_01..05.png) - Add Le Chat section in README with nav link Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent da0b442 commit 8bf3af7

7 files changed

Lines changed: 51 additions & 1 deletion

File tree

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Hosted endpoint: `https://ckan-mcp-server.andy-pr.workers.dev/mcp`
3737

3838
## 🔌 Use it in your favorite tool
3939

40-
[ChatGPT](#chatgpt) | [Claude Desktop](#claude-desktop) | [Claude Code](#claude-code) | [Gemini CLI](#gemini-cli) | [VS Code](#vs-code) | [Codex CLI](#codex-cli)
40+
[ChatGPT](#chatgpt) | [Claude Desktop](#claude-desktop) | [Claude Code](#claude-code) | [Le Chat (Mistral)](#le-chat-mistral) | [Gemini CLI](#gemini-cli) | [VS Code](#vs-code) | [Codex CLI](#codex-cli)
4141

4242
This server works with any MCP-compatible client. The sections below cover some of the most popular ones — if your tool isn't listed, check its documentation for MCP configuration and use the same endpoint URL or command.
4343

@@ -130,6 +130,18 @@ To add it only for a specific project, run from the project folder without the `
130130
claude mcp add --transport http ckan https://ckan-mcp-server.andy-pr.workers.dev/mcp
131131
```
132132

133+
### Le Chat (Mistral)
134+
135+
1. In the left sidebar, click **Intelligence**, then select **Connectors**
136+
2. Click **+ Add Connector**
137+
3. Select the **Custom MCP Connector** tab and fill in the details:
138+
- **Name:** CKAN
139+
- **Connector Server:** `https://ckan-mcp-server.andy-pr.workers.dev/mcp`
140+
4. Click **Connect** to save
141+
5. Open a new chat, click **+**, then **Connectors**, and enable **CKAN**
142+
143+
> For a step-by-step walkthrough with screenshots, see the [full Le Chat guide](https://github.com/ondata/ckan-mcp-server/blob/main/docs/guide/mistral/mistral_web.md).
144+
133145
### Gemini CLI
134146

135147
```bash
31.7 KB
Loading
54.3 KB
Loading
49.2 KB
Loading
78 KB
Loading
20.1 KB
Loading

docs/guide/mistral/mistral_web.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
# Set up the CKAN MCP Server in Le Chat (Mistral)
2+
3+
This guide uses the public demo server, which has a limit of 100,000 calls per day shared quota across all users of this endpoint. For reliable usage, it is recommended to install the CKAN MCP Server on your own machine.
4+
5+
This guide shows how to add the CKAN MCP Server as a custom connector in Le Chat and use it in a chat.
6+
7+
## 1) Go to Connectors
8+
9+
In the left sidebar, click **Intelligence**, then select **Connectors**.
10+
11+
![Go to Connectors](images/mistral_web_01.png)
12+
13+
## 2) Add a new connector
14+
15+
On the **My Connectors** page, click **+ Add Connector**.
16+
17+
![Add Connector](images/mistral_web_02.png)
18+
19+
## 3) Fill in the connector details
20+
21+
Select the **Custom MCP Connector** tab, then fill in the fields and click **Connect**.
22+
23+
- **Name:** CKAN
24+
- **Connector Server:** `https://ckan-mcp-server.andy-pr.workers.dev/mcp`
25+
26+
![Connector details](images/mistral_web_03.png)
27+
28+
## 4) Enable the connector in chat
29+
30+
Open a new chat, click **+**, then **Connectors**, and enable **CKAN**.
31+
32+
![Enable connector](images/mistral_web_04.png)
33+
34+
## 5) Ask a CKAN question
35+
36+
Type your question and send it.
37+
38+
![Ask a question](images/mistral_web_05.png)

0 commit comments

Comments
 (0)