MCP.so
登录

Proxmox LangChain Agent

@johnstetter

关于 Proxmox LangChain Agent

langchain-based client for proxmox mcp server - co-pilot experiment

基本信息

分类

AI 与智能体

运行时

python

传输方式

stdio

发布者

johnstetter

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "agent-proxmox": {
      "command": "docker",
      "args": [
        "build",
        "-t",
        "agent-proxmox",
        "."
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Proxmox LangChain Agent?

A lightweight FastAPI service that provides a chat endpoint backed by LangChain and Redis-based message history. It uses an Ollama LLM and is designed to interact with a Proxmox MCP (Model Context Protocol) server, enabling conversational access to Proxmox cluster and VM information.

How to use Proxmox LangChain Agent?

Build the Docker image with docker build -t agent-proxmox ., then run the container exposing port 8501 and setting environment variables for Redis (REDIS_HOST, REDIS_PORT, REDIS_PASSWORD) and log directory (LANGCHAIN_LOG_DIR). Optionally integrate it into a Docker Compose stack. Invoke the service by sending a POST request to /chat with a JSON body {"message": "Your question here"}.

Key features of Proxmox LangChain Agent?

  • FastAPI /chat endpoint with LangChain agent
  • Redis-backed conversation history persistence
  • Two custom Proxmox MCP tools: get_vm_list and get_cluster_info
  • Uses Ollama LLM for

评论

AI 与智能体 分类下的更多 MCP 服务器