ORANO MCP Server for Grok
io.github.infotik/orano-mcp-server
Read-only MCP server exposing a user ORANO library to their own AI agent.
client:Grok
transport:streamable-http
Install ORANO MCP Server in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"orano-mcp-server": {
"type": "http",
"url": "https://api.oranoai.com/mcp/"
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs