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