Proxmox LangChain Agent
@johnstetter
Proxmox LangChain Agent について
langchain-based client for proxmox mcp server - co-pilot experiment
基本情報
設定
以下の設定を使って、このサーバーを 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
/chatendpoint 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 とエージェント」の他のコンテンツ
Sequential Thinking Multi-Agent System (MAS)
FradSerAn advanced sequential thinking process using a Multi-Agent System (MAS) built with the Agno framework and served via MCP.
Mcp Agent
lastmile-aiBuild effective agents using Model Context Protocol and simple workflow patterns
Gemini MCP Server
aliargunMCP server implementation for Google's Gemini API
Hass-MCP
voskaControl and query Home Assistant from Claude and other LLMs — a Model Context Protocol (MCP) server.
Model Context Protocol for Unreal Engine
chongdashuEnable AI assistant clients like Cursor, Windsurf and Claude Desktop to control Unreal Engine through natural language using the Model Context Protocol (MCP).
コメント