portkit

srmcguirt/portkit
★ 0 stars Rust Code/Dev Tools Updated today
Rust CLI template for porting tested Python agentic processes to Rust tooling — CLI, MCP server, and library, with a golden-fixture parity harness.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "portkit": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "portkit"
      ]
    }
  }
}

README Excerpt

A Rust CLI template for porting tested Python agentic processes to Rust tooling — usable as a **CLI**, an **MCP server**, and a **library**, with a parity harness that proves the port is faithful. Define a tool once. Get three surfaces and a regression test for free. ``` ┌─────────────────┐ impl Tool for Mine ──▶│ Registry │

Tools (4)

exactkeysetnormalizedreference

Topics

agentsclimcpmodel-context-protocolportingpython-to-rustrusttemplate