Vendor-neutral Rust foundation for enterprise network-security MCP servers — a mechub project
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mecmcp": {
"command": "cargo",
"args": [
"run",
"--",
"mecmcp"
]
}
}
}
Run in terminal:
claude mcp add mecmcp cargo run -- mecmcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"mecmcp": {
"command": "cargo",
"args": [
"run",
"--",
"mecmcp"
]
}
}
}