Stats
Actions
Tags
From fcp-rust
Provides local Rust toolchain access for Cargo commands, code compilation, testing, and analysis via subprocess. No secrets required.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"rust": {
"command": "bash",
"args": [
"${CLAUDE_PLUGIN_ROOT}/scripts/run.sh"
]
}
}
}Review these signals before enabling this server
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
bashCommand-line arguments passed to the server process
npx claudepluginhub os-tack/fcp --plugin fcp-rust