Agent-native MCP server for TokRepo: session bootstrap, capability discovery, search/detail, trust verification, install planning, Codex staging
Most planning and project tracking work still happens through a UI a human drives. Tokrepo MCP server moves it into the conversation instead. Agent-native MCP server for TokRepo: session bootstrap, capability discovery, search/detail, trust verification, install planning, Codex staging, lifecycle inspection/update/uninstall/rollback, handoff/harvest planning, and human-confirmed.
You: "What video assets should I install?" AI: [calls tokrepo_resolve_capability] → Finds relevant skills, checks fit, trust, and policy, then asks before installing
The server publishes 14 tools. What each one is for:
tokrepo_session_init — Session bootstrap with high-trust assets, project memory pointer, recent handoffs, and policy pack URLtokrepo_discover — Planning-time capability discovery from a task, environment, and constraintstokrepo_find_for_task — Atomic find action for a concrete task; returns ranked assets, match reasons, install command, and URLtokrepo_resolve_capability — Resolve a capability gap into a selected asset, verification evidence, install plan, lifecycle contract, next MCP calls, and CLI fallbackstokrepo_search — Search assets by keyword/tag with agent_fit rankingtokrepo_detail — Get full asset details by UUIDtokrepo_edges — Inspect requires, extends, and co-used asset graph edges before planning installstokrepo_install_plan — Get agent-native install plan v2 with rollback, evidence_bundle, SBOM-lite, and signature_evidencetokrepo_verify — Verify trust, hashes, permissions, policy, evidence_bundle, SBOM-lite, and signature_evidence before activationtokrepo_codex_install — Dry-run, stage, or install a Codex skill safelytokrepo_installed — List TokRepo-managed Codex installstokrepo_update — Dry-run or update managed Codex installstokrepo-mcp-server on npm is all you need. Most clients run it directly, so configuration is a few lines and a restart.
Plenty of planning and project tracking servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Tokrepo's toolset — tokrepo_session_init, tokrepo_discover, tokrepo_find_for_task and 11 more — is a fair guide to whether it matches your workflow. It is maintained by henu-wang; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| 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 |
{
"mcpServers": {
"tokrepo": {
"command": "npx",
"args": ["-y", "tokrepo-mcp-server"]
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
Your workspace, on speaking terms with AI — search, read and write Notion pages and databases.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Search and read your Drive — Docs, Sheets and files become context your assistant can actually use.
Your assistant inside the workspace — read channels, search history, post messages and tame the noise.
Metabase ships its own MCP endpoint — search your BI content, build and run queries, and save questions and dashboards without leaving the chat.
Stop letting your assistant hallucinate n8n node parameters — this server hands it the real schemas, templates and validation.