Hardened read-only Rust MCP server for the chapter-publishing GitHub organization
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"cp-mcp-server.rs": {
"command": "npx",
"args": [
"-y",
"chapter-publishing/cp-mcp-server.rs"
]
}
}
}
Run in terminal:
claude mcp add cp-mcp-server.rs npx -y chapter-publishing/cp-mcp-server.rs
Add to .cursor/mcp.json:
{
"mcpServers": {
"cp-mcp-server.rs": {
"command": "npx",
"args": [
"-y",
"chapter-publishing/cp-mcp-server.rs"
]
}
}
}