Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From glidermcp
Runs a local MCP server with a configurable 30-minute default timeout. Purpose unclear from configuration alone.
npx claudepluginhub glidermcp/glidermcp.com --plugin glidermcpCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"glider": {
"command": "glider",
"args": [
"--default-timeout",
"30m"
]
}
}
}Server configuration and connection parameters
gliderCommand-line arguments passed to the server process
Share bugs, ideas, or general feedback.