MCP server for NetApp AI Data Engine
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
netapp-aide-mcp is an MCP server (Python package) that exposes the NetApp AI Data Engine's RAG (Retrieval-Augmented Generation) search functionality via MCP. The server exposes a tool named netapp_data_engine_search, which provides the ability to search for documents using AIDE's RAG API. This RAG API implements a vector-based semantic similarity search engine that retrieves relevant documents based on the provided query.
[!NOTE] This MCP server uses the stdio transport, making it a "local MCP server".
Before running the server, you need to create a .netapp file in your home directory with the necessary configuration.
Create the .netapp file:
~ on Unix-like systems or C:\Users\YourUsername on Windows)..netapp.Add the JSON configuration:
.netapp file in a text editor.For PKCE flow: (Recommended if you have a browser available on your machine)
For device code flow: (Use this if you do not have a browser on your machine. A short code will be printed in the logs β copy it, open the provided verification URL on any device, and enter the code to complete authentication.)
Only PKCE (web-based) and Device Code flows are supported.
Set file permissions:
Ensure that the .netapp file is not readable by other users/groups for security reasons.
On Unix-like systems, you can set the permissions using the following command:
On Windows, you can set the file permissions through the file properties dialog.
[!TIP] There is an
Examplesfolder in the repository that contains a.netapp.examplefile. This file provides examples of how your.netappfile should look. You can use this as a reference when creating your own.netappfile.
You can run the MCP server instantly, without installing anything globally.
[!NOTE] Authentication is initiated on the first tool call, not at server startup. When the first tool call is initiated: if you are using the PKCE flow, a browser window will open; if you are using the device code flow, the device code details will be printed to the MCP server's console logs.
server script launches the MCP serverserver script launches the MCP serverTo use this MCP server with an MCP client, you need to configure the client to use this server. For many clients (such as VS Code, Claude Desktop, and LMStudio), this requires editing a config file in JSON format (often named mcp.json). Below is an example. Refer to the documentation for your MCP client for specific formatting details.
[!NOTE] Most MCP clients will take care of starting the MCP server. You typically do not need to start the server yourself. As always, it's best to refer to the documentation for your MCP client for details on how it handles MCP servers.
mcp-name: io.github.NetApp/aide-mcp-server
Distributed under the terms of the BSD 3-Clause License (see the LICENSE file in the repository).
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/aide-mcp-server)<a href="https://allmcps.com/mcp/aide-mcp-server"><img src="https://allmcps.com/api/badge/aide-mcp-server?style=directory" alt="Aide Mcp Server on AllMCPs" /></a>