TokRepo MCP Server
JSON →Search, browse, and install 500+ AI assets (agent skills, prompts, MCP configs, workflows) from any MCP client. Supports Claude Code, Cursor, Codex CLI, and Gemini CLI.
Install
npx -y tokrepo-mcp-server Tools · 17
- tokrepo_session_init Session bootstrap with high-trust assets, project memory pointer, recent handoffs, and policy pack URL
- tokrepo_discover Planning-time capability discovery from a task, environment, and constraints
- tokrepo_find_for_task Atomic find action for a concrete task; returns ranked assets, match reasons, install command, and URL
- tokrepo_resolve_capability Resolve a capability gap into a selected asset, verification evidence, install plan, lifecycle contract, next MCP calls, and CLI fallbacks
- tokrepo_search Search assets by keyword/tag with `agent_fit` ranking
- tokrepo_detail Get full asset details by UUID
- tokrepo_edges Inspect requires, extends, and co-used asset graph edges before planning installs
- tokrepo_install_plan Get agent-native install plan v2 with rollback, evidence_bundle, SBOM-lite, and signature_evidence
- tokrepo_verify Verify trust, hashes, permissions, policy, evidence_bundle, SBOM-lite, and signature_evidence before activation
- tokrepo_codex_install Dry-run, stage, or install a Codex skill safely
- tokrepo_installed List TokRepo-managed Codex installs
- tokrepo_update Dry-run or update managed Codex installs
- tokrepo_uninstall Dry-run or remove a managed Codex install
- tokrepo_rollback Dry-run or roll back a prior Codex install session
- tokrepo_handoff_plan Read-only packaging plan with quality_gate and package manifest for reusable local work after a task
- tokrepo_harvest Read-only package draft generator for reusable changed or explicit local files after a task
- tokrepo_push Push one explicit asset to TokRepo after user confirmation