Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From wtmcp
Custom MCP server written in Go, running locally via 'go run'. Purpose is unclear from configuration; likely provides tools or resources defined in the LeGambiArt/wtmcp repository.
npx claudepluginhub legambiart/wtmcpCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"wtmcp": {
"command": "go",
"args": [
"run",
"github.com/LeGambiArt/wtmcp/cmd/wtmcp@latest"
]
}
}
}Server configuration and connection parameters
goCommand-line arguments passed to the server process
Share bugs, ideas, or general feedback.