Catalog
io.github.Gunsmith-Academy/woody-mcp
Officialby Gunsmith-Academy · Python
Woody, the AI firearms expert. Verified specs, legal lookups, and knowledge base.
AI firearms expert with verified specifications and legal information.
README not available yet.
Install
Configuration
Environment variables
WOODY_API_KEYrequiredsecretWoody API key (wdy_...). Request one at gsa@gunsmith.academy or via https://app.gunsmith.academy/developer
claude_desktop_config.json
{
"mcpServers": {
"woody-mcp": {
"command": "uvx",
"args": [
"woody-mcp"
],
"env": {
"WOODY_API_KEY": "<YOUR_WOODY_API_KEY>"
}
}
}
}