
MCP Go Platform
by arizi8333
Production-ready Internal Platform Adapter connecting AI agents to databases, logs, and metrics.
What it does
MCP Go Platform acts as a centralized adapter that gives AI agents secure access to internal infrastructure. It bridges the gap between LLMs and critical operational data, including PostgreSQL, MySQL, Elasticsearch logs, and Prometheus metrics, making it ideal for incident analysis and system monitoring.
Tools
db_query: Execute SQL queries against connected databases.db_schema: Inspect table structures.db_inspect: Analyze query execution plans via EXPLAIN.logs_analyze: Search and analyze logs in files or Elasticsearch.metrics_query: Retrieve performance data from Prometheus.loadtest_run: Trigger k6 load tests.incident_analyze: A meta-tool that combines logs, DB, and metrics for root cause analysis.platform_health: Check the status of the MCP server.
Installation
Clone and build with Go:
git clone https://github.com/arizi8333/mcp-tools.git
cd mcp-tools
make build
Add to claude_desktop_config.json:
{
"mcpServers": {
"my-platform": {
"command": "/absolute/path/to/mcp-server",
"args": [],
"env": {
"MCP_TRANSPORT": "stdio"
}
}
}
}
Supported hosts
- Claude Desktop
- OpenHands
- n8n
Quick install
make buildInformation
- Pricing
- free
- Published
- 4/22/2026







