Hardened read-only Rust MCP server for the networking-components 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": {
"networking-component": {
"command": "npx",
"args": [
"-y",
"networking-components/networking-components-mcp-server.rs"
]
}
}
}
Run in terminal:
claude mcp add networking-component npx -y networking-components/networking-components-mcp-server.rs
Add to .cursor/mcp.json:
{
"mcpServers": {
"networking-component": {
"command": "npx",
"args": [
"-y",
"networking-components/networking-components-mcp-server.rs"
]
}
}
}