AnythingLLM
AnythingLLM
AnythingLLM
AnythingLLM is a multi-model LLM interface that supports MCP servers.Configuration
- Locate the
anythingllm_mcp_servers.jsonfile in your AnythingLLM storage plugins directory:
- Add the following configuration:
- Restart AnythingLLM to apply the changes
Gemini CLI
Gemini CLI
Cursor
Cursor
VS Code
VS Code
VS Code
Visual Studio Code supports MCP servers through a dedicated configuration file.Configuration
- Open the Command Palette (Ctrl+Shift+P or Cmd+Shift+P)
- Run MCP: Open User Configuration
- This opens the
mcp.jsonfile located at:
- Add the following configuration:
servers instead of mcpServers as the top-level key.- Save the file and reload VS Code
Windsurf
Windsurf
HuggingChat
HuggingChat
HuggingChat
HuggingChat is Hugging Face’s web-based chatbot interface.Configuration
- Access Settings: In the chat interface, click the + icon, select MCP Servers, and click Manage MCP Servers
- Add Server: Click the + Add Server button in the server management window
-
Configure the Server:
- Enter a Server Name (e.g., “Data Gouv”)
- Set the Server URL to
https://mcp.data.gouv.fr/mcp - Click Add Server to save
-
Verify Connection:
- Click the Health Check button on the new server card
- Verify it displays as Connected
- Ensure the toggle is activated to use the tools in your chat
IBM Bob
IBM Bob
IBM Bob
IBM Bob is an AI assistant that supports MCP servers through settings files.Configuration
- Click the settings icon in the Bob panel
- Select the MCP tab
-
Click one of the following buttons:
- Edit Global MCP: Opens the global
mcp_settings.jsonfile - Edit Project MCP: Opens the project-specific
.bob/mcp.jsonfile (Bob creates it if it doesn’t exist)
- Edit Global MCP: Opens the global
- Add the following configuration to either file:
mcpServers object containing named server configurations.Kiro CLI
Kiro CLI
Kiro IDE
Kiro IDE
Le Chat (Mistral)
Le Chat (Mistral)
Le Chat (Mistral)
Le Chat is Mistral’s web-based chatbot interface. MCP support is available on all plans, including free.Configuration
- Go to Connectors: Open Mistral in your browser, then go to Intelligence > Connectors
-
Add a custom connector:
- Click Add connector > Custom MCP Connector
- Give it a name (e.g., “DataGouv”)
- Set the server URL to
https://mcp.data.gouv.fr/mcp
- No authentication: Leave authentication disabled
- Create: Click Create to save the connector
Mistral Vibe CLI
Mistral Vibe CLI
Mistral Vibe CLI
Mistral Vibe is a command-line interface for Mistral’s AI models.Configuration
Edit your Vibe config file (default location):Self-hosting
If you’re running your own instance of the MCP server, replacehttps://mcp.data.gouv.fr/mcp with your server’s URL in any of the configurations above.
For local development, the default endpoint is http://127.0.0.1:8000/mcp.
Next steps
- Learn about available tools for datasets and dataservices
- See example queries to get started
- Review the API reference for detailed documentation