MCP Server
MCP
io.github.smeet666/mcp-wikibooks-cookbook
Search the Wikibooks Cookbook, read a recipe and rescale it to any number of servings.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "mcp-wikibooks-cookbook",
"version": "1.3.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Identify your own client. This project's identifier stays appended, so Wikimedia can always reach a human.",
"name": "WB_USER_AGENT"
},
{
"description": "Minimum milliseconds between requests. Default 1000, floor 500, ceiling 60000.",
"name": "WB_MIN_INTERVAL_MS"
},
{
"description": "Deadline for one request, in milliseconds. Default 20000.",
"name": "WB_TIMEOUT_MS"
},
{
"description": "Retries on a busy or rate-limited gateway. Default 3.",
"name": "WB_MAX_RETRIES"
},
{
"description": "In-memory cache lifetime, in milliseconds. Default 900000. Set 0 to turn it off.",
"name": "WB_CACHE_TTL_MS"
},
{
"description": "In-memory cache size. Default 200.",
"name": "WB_CACHE_MAX_ENTRIES"
},
{
"description": "silent, error, info or debug. Default error. Logs go to stderr.",
"name": "WB_LOG_LEVEL"
}
]
},
{
"registryType": "mcpb",
"identifier": "https://github.com/smeet666/mcp-wikibooks-cookbook/releases/download/v1.3.1/mcp-wikibooks-cookbook-1.3.1.mcpb",
"version": "1.3.1",
"fileSha256": "610866951c73b4a467f902512bab2d2c7cd20cb7982a8a59823a78543b4b41dc",
"transport": {
"type": "stdio"
}
}
]
}
mcp
model-context-protocol
npm
mcpb
By
Comments
Sign in to leave a comment