Greenlit Books for VS Code
com.greenlitbooks/catalog
Search the Greenlit AI books, read any chapter one free, and look up the terms they define.
client:VS Code
transport:streamable-http
tools:9
Install Greenlit Books in VS Code
.vscode/mcp.json
{
"servers": {
"catalog": {
"type": "http",
"url": "https://greenlitbooks.com/api/mcp"
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs