Stats
Actions
Tags
From thumbgate
Thumbgate MCP server running locally as a stdio subprocess via npx. No API keys or secrets required. Specific capabilities and purpose unclear from configuration.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"thumbgate": {
"command": "npx",
"args": [
"--yes",
"--package",
"thumbgate",
"thumbgate",
"serve"
]
}
}
}Server configuration and connection parameters
npxCommand-line arguments passed to the server process
npx claudepluginhub igorganapolsky/thumbgate