MojaLab Content for VS Code
com.mojalab/content
Read-only access to MojaLab.com blog content: search and read posts, pages and tags as Markdown.
client:VS Code
transport:streamable-http
tools:9
Install MojaLab Content in VS Code
.vscode/mcp.json
{
"servers": {
"content": {
"type": "http",
"url": "https://mojalab.com/mcp"
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs