A Rust-based MCP server that exposes local machine capabilities — file I/O, shell execution, system stats, and macOS notification triage — to AI clients over stdin/stdout. Features namespaced tool APIs, path traversal guards, strict command validation, symlink protection, and integration tests. Built with Tokio, Serde, and rusqlite.
MCPpedia last refreshed this data
Localops_mcp_server is an MCP server that a Rust-based MCP server that exposes local machine capabilities — file I/O, shell execution, system stats, and macOS notification triage — to AI clients over stdin/stdout. Features namespaced tool APIs, path traversal guards, strict command validation, symlink protection, and integration tests. Built with Tokio, Serde, and rusqlite. Its tool list has not been published yet over stdio and http, requires no API key, and scores 50/100 on MCPpedia's security, maintenance and efficiency rubric.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"localops-mcp-server": {
"args": [
"-y",
"localops_mcp_server"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
localops_mcp_server is a small Rust-based MCP server that communicates over stdin/stdout using JSON-RPC style messages. It exposes a set of local machine utilities for file access, shell command execution, system stats, macOS notification reading, simple file editing helpers, text diffing, Java rule lookup, and port cleanup.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y 'localops_mcp_server' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked localops_mcp_server against OSV.dev.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in developer-tools / data
Context7 Platform -- Up-to-date code documentation for LLMs and AI code editors
MCP server for using the GitLab API
Manage Supabase projects — databases, auth, storage, and edge functions
Chrome DevTools for coding agents
MCP Security Weekly
Get CVE alerts and security updates for Localops_mcp_server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.