Skip to content
VS Code

ORANO MCP Server for VS Code

io.github.infotik/orano-mcp-server

Read-only MCP server exposing a user ORANO library to their own AI agent.

client:VS Code transport:streamable-http

Install ORANO MCP Server in VS Code

.vscode/mcp.json

{
  "servers": {
    "orano-mcp-server": {
      "type": "http",
      "url": "https://api.oranoai.com/mcp/"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

ORANO MCP Server in other clients