# Sovereign AI Blog

MCP server exposing the **Sovereign AI Blog** ([sovgrid.org](https://sovgrid.org)) — a hands-on engineering log of self-hosted AI on NVIDIA DGX Spark hardware (GB10/SM121A). 44+ and growing articles …

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y smithery mcp add cipherfoxie/sovereign-mcp

# Browse available tools
npx -y smithery tool list cipherfoxie/sovereign-mcp

# Get full schema for a tool
npx -y smithery tool get cipherfoxie/sovereign-mcp search_blog

# Call a tool
npx -y smithery tool call cipherfoxie/sovereign-mcp search_blog '{}'
```

## Direct MCP Connection

Endpoint: `https://sovereign-mcp--cipherfoxie.run.tools`

## Tools (4)

- `search_blog`
- `get_article`
- `diagnose_sglang`
- `list_tags`

```bash
# Get full input/output schema for a tool
npx -y smithery tool get cipherfoxie/sovereign-mcp <tool-name>
```
