BeClaude

add-uint-support

New
97.3kSmitheryDevelopmentby pytorch

Add unsigned integer (uint) type support to PyTorch operators by updating AT_DISPATCH macros. Use when adding support for uint16, uint32, uint64 types to operators, kernels, or when user mentions enabling unsigned types, barebones unsigned types, or uint support.

First seen 5/22/2026

Install & Usage

1
Open your MCP config
~/.claude.json
2
Add the server config

Add the configuration to "mcpServers": { "add-uint-support": { "command": "...", "args": [] } }

3
Restart Claude Code
/mcp
View source on GitHub
coding

Security Audits

LicenseUnknownSourceWarnRepositoryPass

Frequently Asked Questions

What is add-uint-support?

Add unsigned integer (uint) type support to PyTorch operators by updating AT_DISPATCH macros. Use when adding support for uint16, uint32, uint64 types to operators, kernels, or when user mentions enabling unsigned types, barebones unsigned types, or uint support.

How to install add-uint-support?

To install add-uint-support: open your mcp config (~/.claude.json), then add the config to "mcpServers": { "add-uint-support": { "command": "...", "args": [] } }. Finally, /mcp in Claude Code.

What is add-uint-support best for?

add-uint-support is a mcp categorized under Development. It is designed for: coding. Created by pytorch.