Recommendation
Use Continue’s .continue/mcpServers/ folder for a dedicated MCP block. Continue can also load JSON MCP configs copied from tools such as Claude, Cursor, or Cline.
YAML stdio
Create:
1 | .continue/mcpServers/netskope-npa.yaml |
1 | name: Netskope NPA MCP |
YAML Streamable HTTP
1 | name: Netskope NPA MCP |
JSON compatibility option
You can also place a JSON MCP config at:
1 | .continue/mcpServers/mcp.json |
Verify
Use Continue Agent mode. Then ask:
1 | List the Netskope NPA MCP tools you can access. Do not call any write tools. |
Common issues
| Symptom | Fix |
|---|---|
| Tools do not appear | Confirm you are in Agent mode. |
| YAML ignored | Include name, version, and schema. |
| JSON copied but not loaded | Place it under .continue/mcpServers/, plural. |
| Remote server fails | Confirm type: streamable-http and the /mcp URL. |
Platform notes
Continue documents .continue/mcpServers, YAML MCP blocks, JSON compatibility, stdio, sse, and streamable-http.
Source: Continue MCP setup