> ## Documentation Index
> Fetch the complete documentation index at: https://docs.nevermined.app/llms.txt
> Use this file to discover all available pages before exploring further.

# Nevermined MCP Configuration File

> Download the MCP configuration file for Nevermined documentation

Copy the configuration below and save it as `nevermined.mcp.json`:

```json nevermined.mcp.json theme={null}
{
  "mcpServers": {
    "nevermined-docs": {
      "url": "https://docs.nevermined.app/mcp",
      "type": "http",
      "description": "Nevermined Documentation MCP Server - Access complete Nevermined payment SDK docs, API references, and integration guides"
    }
  }
}
```

## Usage

1. Copy the JSON content above
2. Save it as `nevermined.mcp.json`
3. Use it in your MCP-compatible IDE configuration

For setup instructions, see the [MCP Documentation](/docs/development-guide/build-using-nvm-mcp).
