Proxmox LangChain Agent
@johnstetter
About Proxmox LangChain Agent
langchain-based client for proxmox mcp server - co-pilot experiment
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"agent-proxmox": {
"command": "docker",
"args": [
"build",
"-t",
"agent-proxmox",
"."
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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
More AI & Agents MCP servers
Open Multi-Agent Canvas
CopilotKitThe open-source multi-agent chat interface that lets you manage multiple agents in one dynamic conversation and add MCP servers for deep research
MCP Manager for Claude Desktop
zueaisimple web ui to manage mcp (model context protocol) servers in the claude app
欢迎来到 智言平台
Shy2593666979AgentChat 是一个基于 LLM 的智能体交流平台,内置默认 Agent 并支持用户自定义 Agent。通过多轮对话和任务协作,Agent 可以理解并协助完成复杂任务。项目集成 LangChain、Function Call、MCP 协议、RAG、Memory、HITL、Skill、Milvus 和 ElasticSearch 等技术,实现高效的知识检索与工具调用,使用 FastAPI 构建高性能后端服务。
LinkedIn MCP Server
stickerdanielOpen-source MCP server for LinkedIn. Give Claude and any MCP-compatible AI agent access to profiles, companies, jobs, and messages.
meGPT - upload an author's content into an LLM
adriancoCode to process many kinds of content by an author into an MCP server
Comments