PiHole MCP Server
@NickJLange
PiHole MCP Server について
概要はまだありません
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"pihole_mcp_server": {
"command": "python",
"args": [
"-m",
"venv",
"venv"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is PiHole MCP Server?
The PiHole MCP Server is a FastAPI-based RESTful service that enables natural-language query-based management and retrieval of statistics from Pi-hole devices using a Retrieval-Augmented Generation (RAG) system. It is designed for users who want to interact with their Pi-hole devices through natural language commands.
How to use PiHole MCP Server?
Clone the repository, set up a virtual environment, install dependencies from requirements.txt, and configure config.toml (with secrets in a .env file). Start the server with uvicorn main:app --host 0.0.0.0 --port 8000. Then send POST requests to the /query endpoint with an X-API-Key header and a JSON body containing the query.
Key features of PiHole MCP Server
- RESTful API built with FastAPI for interacting with Pi-hole
- Natural language query processing via a RAG system
- Feature flags configurable in
config.toml - API documentation available at
/docswhen running - Milvus database integration for retrieval-augmented generation
Use cases of PiHole MCP Server
- Block internet access for a specified duration using natural language
- Query Pi-hole statistics without manual API calls
- Automate Pi-hole management tasks through a programmable interface
FAQ from PiHole MCP Server
What does the PiHole MCP Server do?
It provides a RESTful API that lets you manage and retrieve Pi-hole statistics using natural language queries, backed by a RAG system.
How do I install and run the server?
Clone the repo, create a Python virtual environment, run pip install -r requirements.txt, copy config.toml.example to config.toml and adjust settings, then execute uvicorn main:app --host 0.0.0.0 --port 8000.
How is authentication handled?
Requests to the /query endpoint must include an X-API-Key header containing your API key. API keys are stored in a .env file.
What are the dependencies required?
Dependencies are listed in the requirements.txt file. External services used include Pi-hole and a Milvus database for the RAG system.
Where can I find the full API documentation?
When the server is running, navigate to /docs in a browser to view the interactive OpenAPI documentation.
「その他」の他のコンテンツ
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
コメント