ai.corduroy-labs/updates
ai.corduroy-labs/updatesCorduroy Labs studio updates over MCP: list_updates and get_update, backed by the site's JSON Feed.
Tools · 2
List Corduroy Labs blog updates, newest first. Args: limit: optional maximum number of items to return. Returns: A list of update summaries with: slug, title, url, da…
Fetch one Corduroy Labs update in full by its slug. Args: slug: the update's slug (e.g. "the-studio-machine-readable"). Obtain slugs from list_updates(). Returns: …
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"ai.corduroy-labs/updates": {
"url": "https://corduroy-labs.ai/mcp",
"transport": "streamable-http"
}
}
}