From context-engine
MCP server integration catalog and configuration reference. Auto-loaded when working with MCP configs. Lists all available and recommended MCP servers with install commands.
npx claudepluginhub littlelingo/context-engine --plugin context-engineThis skill uses the workspace's default tool permissions.
Check `.mcp.json` for currently configured MCP servers.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Generates original PNG/PDF visual art via design philosophy manifestos for posters, graphics, and static designs on user request.
Share bugs, ideas, or general feedback.
Check .mcp.json for currently configured MCP servers.
Skills with dedicated SKILL.md: context7-docs, sequential-thinking, puppeteer, postgres-mcp, google-workspace
Add to .mcp.json (project-level) or ~/.mcp.json (global):
{
"mcpServers": {
"server-name": {
"command": "npx",
"args": ["-y", "package-name@latest"],
"env": {
"API_KEY": "your-key-here"
}
}
}
}
Or via CLI: claude mcp add-json "server-name" '{"command":"npx","args":["-y","package-name"]}'
Wrap MCP tools in skills for context-efficient usage:
For the full server catalog with all packages and categories, read REFERENCE.md in this directory.