chapter-publishing-mcp-server.rs

chapter-publishing/chapter-publishing-mcp-server.rs
★ 0 stars Just API Integration Updated 2d ago
Hardened read-only Rust MCP server for the chapter-publishing GitHub organization
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": {
    "chapter-publishing-m": {
      "command": "npx",
      "args": [
        "-y",
        "chapter-publishing/chapter-publishing-mcp-server.rs"
      ]
    }
  }
}