Skip to content

pipeworx-io/mcp-wger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@pipeworx/mcp-wger

MCP server for wger workout and exercise data

Tools

Tool Description
list_exercises List exercises from the wger database (English only)
get_exercise Get detailed information for a specific exercise by ID
list_muscles List all muscles tracked in the wger database
list_equipment List all equipment types in the wger database

Quickstart (Pipeworx Gateway)

curl -X POST https://gateway.pipeworx.io/mcp \
  -H "Content-Type: application/json" \
  -d '{
    "jsonrpc": "2.0",
    "id": 1,
    "method": "tools/call",
    "params": {
      "name": "list_exercises",
      "arguments": { "limit": 10 }
    }
  }'

License

MIT

About

MCP server for wger workout and exercise data

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors