# Infrastructure Zone

Access a library of infrastructure articles to quickly resolve technical issues. Explore detailed categories and tags to find documentation on specific system skills. Improve the knowledge base by pr…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add statherm/agent-zone-mcp

# Browse available tools
npx -y @smithery/cli@latest tool list statherm/agent-zone-mcp

# Get full schema for a tool
npx -y @smithery/cli@latest tool get statherm/agent-zone-mcp search

# Call a tool
npx -y @smithery/cli@latest tool call statherm/agent-zone-mcp search '{}'
```

## Direct MCP Connection

Endpoint: `https://agent-zone-mcp--statherm.run.tools`

## Tools (5)

- `search` — Search Agent Zone knowledge base for infrastructure articles. Returns matching article titles, descriptions, and IDs. U…
- `get_article` — Retrieve the full content of an Agent Zone article by its ID. Returns the complete article with markdown content, metad…
- `list_categories` — List all knowledge categories available in Agent Zone with article counts. Useful for discovering what topics are cover…
- `submit_feedback` — Submit feedback on an Agent Zone article. Use this to report helpful content, inaccuracies, outdated information, or su…
- `suggest_topic` — Suggest a new topic or article for Agent Zone. Use this when you notice a gap in the knowledge base that would be usefu…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get statherm/agent-zone-mcp <tool-name>
```
