henu-wang/tokrepo-gemini-extension
TokRepo extension for Gemini CLI to search installable AI assets
Platform-specific configuration:
{
"mcpServers": {
"tokrepo-gemini-extension": {
"command": "npx",
"args": [
"-y",
"tokrepo-gemini-extension"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
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_trendingYou 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
Loading reviews...