
TokRepo — AI Asset Registry
Register and publish AI assets (skills, tools) through TokRepo with discover-first planning and safe install-before-write flows from your MCP client.
Overview
TokRepo MCP is a MCP server for the Build phase that discovers TokRepo assets, plans installs before writes, and pushes registry updates from your agent.
What is this MCP server?
- tokrepo_discover for planning what to add before touching the registry
- tokrepo_install_plan previews writes before execution
- tokrepo_push publishes assets after plan approval
- stdio npm package tokrepo-mcp-server v2.9.2
- AI asset registry workflow: discover → plan → push
- Server version 2.9.2
- 3 named workflow tools: discover, install_plan, push
- Transport: stdio npm registry
What problem does it solve?
Agents that edit registries blindly can overwrite or mis-install shared AI assets without a discover-and-plan step.
Who is it for?
Solo builders maintaining a personal or team TokRepo catalog of skills and agent assets who want MCP-driven discover → plan → push.
Skip if: Teams that only need local skill folders with no shared registry or publish workflow.
What do I get? / Deliverables
Your agent can explore TokRepo, preview an install plan, then push assets only after the plan looks right.
- Planned TokRepo install manifests via tokrepo_install_plan
- Published registry assets via tokrepo_push
- Discovery reports from tokrepo_discover
Recommended MCP Servers
Journey fit
TokRepo sits where solo builders wire agents to a shared asset registry—canonical shelf is Build → agent-tooling because discovery, install plans, and push are integration work. agent-tooling is the right subphase for MCP tools that manage skills/repos and agent artifacts rather than app UI or generic backend CRUD.
How it compares
Registry-oriented MCP integration for TokRepo, not a generic filesystem or Git-only skill pack.
Common Questions / FAQ
Who is TokRepo MCP for?
Indie and solo builders using MCP clients who publish or sync AI assets through the TokRepo registry.
When should I use TokRepo MCP?
Use it when an agent needs to discover TokRepo contents, run tokrepo_install_plan before changes, or tokrepo_push after you approve the plan.
How do I add TokRepo MCP to my agent?
Install the npm package tokrepo-mcp-server and add a stdio MCP entry pointing at that binary in Claude Code, Cursor, or your host’s MCP settings.