Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
npx claudepluginhub iaammssssstupiddddd-commits/hell-workersCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"rust-analyzer-mcp": {
"command": "/usr/bin/python3",
"args": [
"/home/satotakumi/projects/hell-workers/scripts/rust_analyzer_mcp_stdio_adapter.py",
"/home/satotakumi/.cargo/bin/rust-analyzer-mcp"
],
"env": {
"HOME": "/home/satotakumi",
"CARGO_HOME": "/home/satotakumi/.cargo"
}
}
}
}Server configuration and connection parameters
/usr/bin/python3Command-line arguments passed to the server process
Environment variables set when the server starts
HOME=/home/satotakumiCARGO_HOME=/home/satotakumi/.cargoShare bugs, ideas, or general feedback.