AI Skill Hub 推荐使用:学本MCP模東 是一款优质的MCP工具。AI 综合评分 7.5 分,在同类工具中表现稳健。如果你正在寻找可靠的MCP工具解决方案,这是一个值得深入了解的选择。
有公司的MCP模東源,存在capabilities.yaml网统认器,认器,系统,单器器,MCP源服务,和常用器器。常用TypeScript类。学本为一个类的模東模東。
学本MCP模東 是一款遵循 MCP(Model Context Protocol)标准协议的 AI 工具扩展。通过 MCP 协议,它可以让 Claude、Cursor 等主流 AI 客户端直接访问和操作外部工具、数据源和服务,实现 AI 能力的无缝扩展。无论是文件操作、数据库查询还是 API 调用,都可以通过自然语言在 AI 对话中直接触发,极大提升生产效率。
有公司的MCP模東源,存在capabilities.yaml网统认器,认器,系统,单器器,MCP源服务,和常用器器。常用TypeScript类。学本为一个类的模東模東。
学本MCP模東 是一款遵循 MCP(Model Context Protocol)标准协议的 AI 工具扩展。通过 MCP 协议,它可以让 Claude、Cursor 等主流 AI 客户端直接访问和操作外部工具、数据源和服务,实现 AI 能力的无缝扩展。无论是文件操作、数据库查询还是 API 调用,都可以通过自然语言在 AI 对话中直接触发,极大提升生产效率。
# 方式一:通过 Claude Code CLI 一键安装
claude skill install https://github.com/infragate/capa
# 方式二:手动配置 claude_desktop_config.json
{
"mcpServers": {
"--mcp--": {
"command": "npx",
"args": ["-y", "capa"]
}
}
}
# 配置文件位置
# macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
# Windows: %APPDATA%/Claude/claude_desktop_config.json
# 安装后在 Claude 对话中直接使用 # 示例: 用户: 请帮我用 学本MCP模東 执行以下任务... Claude: [自动调用 学本MCP模東 MCP 工具处理请求] # 查看可用工具列表 # 在 Claude 中输入:"列出所有可用的 MCP 工具"
// claude_desktop_config.json 配置示例
{
"mcpServers": {
"__mcp__": {
"command": "npx",
"args": ["-y", "capa"],
"env": {
// "API_KEY": "your-api-key-here"
}
}
}
}
// 保存后重启 Claude Desktop 生效
CAPA is a capabilities manager for AI coding agents. You declare skills, tools, rules, sub-agents, MCP servers, and plugins once in capabilities.yaml, run capa install, and CAPA writes them into Cursor, Claude Code, Codex, Windsurf, GitHub Copilot, and 30+ other agents.
providers:
- cursor
- claude-code
skills:
- id: frontend-design
type: github
def:
repo: anthropics/skills@frontend-design
- id: web-researcher
type: inline
def:
description: Search the web for fresh information
requires:
- "@brave.search"
content: |
---
name: web-researcher
description: Use when you need current information from the web.
---
Use `brave.search` and always cite a link.
rules:
- id: commit-style
type: inline
description: Conventional Commits
alwaysApply: true
content: |
Always use Conventional Commits (feat/fix/chore/docs/refactor).
Subject ≤ 72 chars, imperative mood, no trailing period.
servers:
- id: brave
type: mcp
def:
cmd: npx -y @modelcontextprotocol/server-brave-search
env:
BRAVE_API_KEY: ${BraveApiKey}
tools:
- id: search
type: mcp
description: Search the web with Brave Search
def:
server: "@brave"
tool: brave_web_search
macOS and Linux:
curl -LsSf https://capa.infragate.ai/install.sh | sh
Windows:
powershell -ExecutionPolicy ByPass -c "irm https://capa.infragate.ai/install.ps1 | iex"
capa install
capa install resolves SHAs and downloads anything that isn't already in the cache. It then writes the per-provider files (.cursor/rules/, .claude/agents/, AGENTS.md, and so on) and registers one MCP endpoint with each agent on your list. The resolved SHAs land in capabilities.lock so the next clone gets the same bytes.
CAPA is equipped with local web UI. You can visualize your capabilities.yaml, browse registries, manage credentials, and see exactly what each agent will receive.
The project view shows installed plugins, configured providers, and your full capability inventory. The bar across the top tracks token savings from on-demand tool exposure: the agent sees only the tools it's actively using, and pulls any of the rest in by name when it needs them.
<p align="center"> <img src="https://github.com/user-attachments/assets/d61b3ecf-1ab1-4965-994c-883b42d8174a" alt="CAPA project view: plugins, providers, skills, tools, and servers" width="900" /> </p>
Scrolling down the same page brings up sub-agents, rules, project options, and credentials. Every entry carries an INLINE / GITHUB / REMOTE badge so you can see at a glance where each one came from.
<p align="center"> <img src="https://github.com/user-attachments/assets/155f861d-cfc9-47a4-a584-c3d88cb9bc39" alt="CAPA project view: sub-agents, rules, options, and credentials" width="900" /> </p>
The Registries tab pulls skills and plugins from external catalogs. Need a private one? Run capa registry add owner/repo@my-adapter (or use the Manage registries page) — capa fetches the adapter from GitHub, GitLab, or an HTTPS URL, validates it, and it shows up here too.
|
Cursor Marketplace |
skills.sh |
capa sh # list every configured tool
capa sh brave # list brave subcommands
capa sh brave search --query "…" # run a tool directly
Every tool you define is also a CLI command under capa sh. MCP tools live at capa sh <server> <tool>. Shell tools live at the top level (or under whatever group you assigned).
学本MCP模東模東常用TypeScript类。学本为一个类的模東模東,存在capabilities.yaml网统认器,认器,系统,单器器,MCP源服务,和常用器器。
该工具未明确声明开源协议,商业使用前请联系原作者确认授权范围,避免侵权风险。
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
总体来看,学本MCP模東 是一款质量良好的MCP工具,在同类工具中具备一定竞争力。AI Skill Hub 将持续追踪其更新动态,建议收藏备用,结合自身场景选择合适时机引入使用。
| 原始名称 | capa |
| 原始描述 | 开源MCP工具:One capabilities.yaml wires skills, tools, rules, sub-agents, MCP servers, and p。⭐8 · TypeScript |
| Topics | tag1tag2tag3 |
| GitHub | https://github.com/infragate/capa |
| 语言 | TypeScript |
收录时间:2026-05-24 · 更新时间:2026-05-30 · License:未公布 · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端