Skip to content

Instantly share code, notes, and snippets.

@henu-wang
Created April 2, 2026 02:48
Show Gist options
  • Select an option

  • Save henu-wang/6c65ad09ee3fa5f65d5dee4cb9d40c6e to your computer and use it in GitHub Desktop.

Select an option

Save henu-wang/6c65ad09ee3fa5f65d5dee4cb9d40c6e to your computer and use it in GitHub Desktop.
TokRepo quickstart for Claude Code, Cursor, Codex, Gemini CLI, and MCP clients

TokRepo Quickstart for Agent CLIs

TokRepo is an open registry for AI assets: skills, prompts, MCP configs, and workflows.

Useful when you want one searchable source for reusable AI assets instead of hunting across GitHub repos, random gists, and blog posts.

Search from the terminal

npx tokrepo search "claude code"
npx tokrepo search "mcp server"
npx tokrepo install <uuid>

Use TokRepo as an MCP server

Claude Code

claude mcp add tokrepo -- npx tokrepo-mcp-server

Cursor / Windsurf

Add this to your MCP config:

{
  "mcpServers": {
    "tokrepo": {
      "command": "npx",
      "args": ["tokrepo-mcp-server"]
    }
  }
}

OpenAI Codex

codex --mcp-server tokrepo -- npx tokrepo-mcp-server

Gemini CLI

gemini settings mcp add tokrepo -- npx tokrepo-mcp-server

What you get

  • Search curated AI assets by keyword.
  • Inspect install instructions before copying anything into your project.
  • Pull reusable skills, prompts, MCP configs, and workflows into your own setup.
  • Use the same registry from both human workflows and agent workflows.

Links

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment