Rust Configs & Rules
Claude Code configurations for Rust projects.
MCP Configrust
claude-code-tool-manager MCP Config
{ "mcpServers": { "Tool Manager MCP": { "type": "http", "url": "http://127.0.0.1:23847/mcp" } } }
52000
MCP Configrust
Trial-Submission-Studio MCP Config
{ "mcpServers": { "cdisc-ig": { "command": "./tools/mcp-cdisc-ig/target/release/mcp-cdisc-ig", "args": [], "env": {} } } }
10000
MCP Configrust
twitter-news-summary MCP Config
{ "mcpServers": { "openai-docs": { "type": "http", "url": "https://developers.openai.com/mcp" } } }
4000
MCP Configrust
dynamic-mcp MCP Config
{ "mcpServers": { "dynamic-mcp": { "type": "stdio", "command": "./target/release/dmcp", "env": { "DYNAMIC_MCP_CONFIG": "dynamic-mcp.json" } } } }
2000