TokRepo for Gemini CLI. Search and install AI assets from the TokRepo open registry, including skills, prompts, MCP configs, and workflows.
gemini extension install https://github.com/henu-wang/tokrepo-gemini-extensionThis extension wires in the TokRepo MCP server automatically:
{
"mcpServers": {
"tokrepo": {
"command": "npx",
"args": ["tokrepo-mcp-server"]
}
}
}After installation, ask Gemini CLI to find installable AI assets or use the bundled MCP tools:
tokrepo_searchtokrepo_detailtokrepo_installtokrepo_trending
You can also use the CLI directly:
npx tokrepo search "mcp database"
npx tokrepo install <uuid-or-name>Registry: https://tokrepo.com MCP package: https://www.npmjs.com/package/tokrepo-mcp-server CLI package: https://www.npmjs.com/package/tokrepo