Recommendation
Use Streamable HTTP through Settings > Tools > AI Assistant > Model Context Protocol (MCP). Use project level for repo-specific setup or global level for your personal workstation.
Hosted HTTP
Paste this JSON configuration when adding a new MCP server:
1 | { |
Local stdio
1 | { |
Apply
- Open Settings.
- Go to Tools > AI Assistant > Model Context Protocol (MCP).
- Add a server.
- Paste the JSON configuration.
- Choose global or project level.
- Click Apply.
Verify
Check the MCP status column. Review available tools from the status icon, then ask:
1 | List the Netskope NPA MCP tools you can access. Do not call any write tools. |
Common issues
| Symptom | Fix |
|---|---|
| Server not started | Select the server and click reconnect. |
| Tools not visible | Review available tools from the status column. |
| Logs needed | Open IDE logs and inspect the mcp folder. |
| Project/global mismatch | Change the server level in the MCP table. |
Platform notes
JetBrains AI Assistant supports STDIO, Streamable HTTP, and legacy SSE MCP transports. Its settings UI accepts JSON under mcpServers.
Source: JetBrains MCP docs