Skip to main content
Glama
henu-wang

tokrepo-mcp-server

TokRepo MCP Server

TokRepo 搜索、浏览并安装 AI 资产——这是 AI 技能、提示词、MCP 配置、脚本和工作流的开放注册表。

npm License: MIT

快速开始

Claude Code

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

Cursor / Windsurf

添加到您的 MCP 配置 (~/.cursor/mcp.json):

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

OpenAI Codex / Gemini CLI

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

功能介绍

连接后,您的 AI 助手可以:

  • 搜索 200 多种按关键词或类别分类的精选 AI 资产

  • 浏览 热门资产,按类型(MCP、技能、提示词、智能体、脚本)进行筛选

  • 获取详情 —— 完整的文档、安装说明和元数据

  • 安装 —— 获取可直接保存或执行的原始内容

可用工具

工具

描述

tokrepo_search

按关键词和标签搜索资产

tokrepo_detail

通过 UUID 获取资产详情

tokrepo_install

获取可安装的原始内容

tokrepo_trending

浏览热门/最新资产

对话示例

You: "Find me a good MCP server for databases"
AI: [calls tokrepo_search] → Shows DBHub, Supabase MCP, PostgreSQL MCP with install commands

You: "What's trending on TokRepo?"
AI: [calls tokrepo_trending] → Shows top assets by popularity

You: "Install that cursor rules asset"
AI: [calls tokrepo_install] → Returns raw content ready to save

为什么选择 TokRepo?

TokRepo 是 AI 资产的开放注册表 —— 就像 npm 之于软件包,它是 AI 技能、提示词、MCP 配置和工作流的注册表。

  • 200 多种精选资产 —— 经过质量审核,而非垃圾堆砌

  • 智能体原生 —— 每个资产都有机器可读的安装契约

  • 通用性 —— 适用于 Claude Code、Cursor、Codex、Gemini CLI 以及任何 MCP 客户端

  • 提供 CLI —— npx tokrepo search "query" / npx tokrepo install <uuid>

要求

  • Node.js >= 18

  • 互联网连接(查询 tokrepo.com API)

链接

许可证

MIT

-
security - not tested
A
license - permissive license
-
quality - not tested

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/henu-wang/tokrepo-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server