silverstripe-content-api-mcp

dynamic/silverstripe-content-api-mcp
★ 0 stars Python API Integration Updated 1d ago
MCP server for dynamic/silverstripe-content-api — stdio proxy over the 12 /content-api/v1 tools
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "silverstripe-content": {
      "command": "uvx",
      "args": [
        "silverstripe-content-api-mcp"
      ]
    }
  }
}

Or install with pip: pip install silverstripe-content-api-mcp