mcp

tx3-lang/mcp
★ 6 stars Rust 🤖 AI/LLM Updated today
A MCP server that turns Tx3 protocols into LLM tools
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": {
    "mcp": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "mcp"
      ]
    }
  }
}