★ 11 stars
Rust
💻 Code/Dev Tools
Updated today
A trustless MCP server that replaces the generic shell tool with validated, sandboxed, purpose-built execution tools for AI coding agents.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mithril": {
"command": "cargo",
"args": [
"run",
"--",
"mithril"
]
}
}
}
Run in terminal:
claude mcp add mithril cargo run -- mithril
Add to .cursor/mcp.json:
{
"mcpServers": {
"mithril": {
"command": "cargo",
"args": [
"run",
"--",
"mithril"
]
}
}
}
Topics
ai-agentsclaude-codeclicoding-agentdeveloper-toolsmcpmcp-servermodel-context-protocolprompt-injectionrustsandboxsecurity