diaMCP MCP Server
chartrambiz/diaMCP
An all-in-one MCP server exposing file operations, web search, git operations, shell commands, code execution, and custom tools via HTTP. Designed for llama.cpp webui integration.
claude mcp add agentrank -- npx -y agentrank-mcp-server Overview
chartrambiz/diaMCP is a Python MCP server licensed under MIT. An all-in-one MCP server exposing file operations, web search, git operations, shell commands, code execution, and custom tools via HTTP. Designed for llama.cpp webui integration.
Ranked #11 out of 100 indexed tools.
Actively maintained with commits in the last week.
Ecosystem
Score Breakdown
2 stars → early stage
Last commit today → actively maintained
No issues filed → no history to score
1 contributor → solo project
No dependents → no downstream usage
Weights: Freshness 25% · Issue Health 25% · Dependents 25% · Stars 15% · Contributors 10% · How we score →
How to Improve
Matched Queries
From the README
# Do It All MCP (diaMCP) A versatile MCP server designed specifically for **llama.cpp webui** MCP integration. Simple to set up - just spin up the container and point your webui to the URL. ## Why diaMCP? When using llama-server's webui, you want tools without complexity. No servers to manage, no configuration files to write. Just: 1. `docker compose up --build -d` 2. Add the MCP URL to your webui 3. Done. ## Installation ### Option 1: Quick Install (Recommended) One command to install or update: ```bash curl -fsSL https://raw.githubusercontent.com/chartrambiz/diaMCP/main/install.sh | sh ``` The script will: - Check Docker and Docker Compose are installed - Clone the repo if not present - Build and start the container - Show next steps To update an existing installation, run the same command from within the diaMCP directory. ### Option 2: Git Clone ```bash # Clone the repository git clone https://github.com/chartrambiz/diaMCP.git cd diaMCP # Start the container docker compRead full README on GitHub →
Get the weekly AgentRank digest
Top movers, new tools, ecosystem insights — straight to your inbox.