A trustless MCP server that replaces the generic shell tool with validated, sandboxed, purpose-built execution tools for AI coding agents.
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"
]
}
}
}