Back to MCP directory
publicPublicdnsLocal runtime

aks-mcp-server

一个关于在AKS上搭建和实验MCP服务器的项目,包含Azure OpenAI集成和本地开发工具

article

README

🚀 设置

本项目主要记录了设置步骤,包括添加 k8sgpt 认证以及运行时使用 Inspector 的操作,还提及了使用 5ire 连接到本地的方式。

🚀 快速开始

📦 安装指南

使用以下命令添加 k8sgpt 认证:

k8sgpt auth add -b azureopenai -u https://aks-aoai-westus3.openai.azure.com/ -p <获取到的-api-key> -e gpt-4o

💻 使用示例

基础用法

运行时使用 Inspector:

uv run mcp dev aks.py

其他用法

也可以用 5ire 连接到本地,但文档未给出具体操作命令,你可根据实际情况进一步探索使用。

help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client