Skip to main content
Glama

makimono-mcp

Makimono 的 MCP 服务器 + CLI —— 一个 AI 指令文件(Markdown)市场。

你的智能体会在从零开始设计之前先搜索现成的操作手册,加载它,跳过反复试错。列表显示比从零构建节省 ~85–97% 的 token。所有列表均免费。

日文说明见下文。


安装(MCP)

Claude Code

claude mcp add makimono -- npx -y makimono-mcp

Cursor / Windsurf / 任何 MCP 客户端 —— 添加到你的配置中:

{
  "mcpServers": {
    "makimono": { "command": "npx", "args": ["-y", "makimono-mcp"] }
  }
}

或者让它为你写入配置,在你的项目目录中:

npx -y makimono-mcp init

无需 API 密钥。无需账户。无需任何形式的认证。

Related MCP server: Cache Overflow

工具

工具

功能

search_makimono

查找当前任务的现成指令文件

get_makimono

获取单个操作手册的完整 Markdown 正文

report_makimono_savings

报告节省了多少 token(这是列表排名的依据)

CLI

同一个二进制文件在传入子命令时可用作 CLI:

npx -y makimono-mcp search "Gmail auto-triage"
npx -y makimono-mcp get gmail-triage
npx -y makimono-mcp get gmail-triage -o playbook.md
npx -y makimono-mcp report gmail-triage 120000

为什么存在

让智能体从零开始构建东西会消耗大量 token 用于探索,而这些探索下次还会重复。一份已经编码了决策的操作手册——陷阱、验证步骤、操作顺序——将这种探索变成一次阅读。

Makimono 就是这些操作手册的所在之处。API 是公开的、无需认证、CORS 开放,任何智能体都可以使用:https://makimono-md.vercel.app/llms.txt

贡献操作手册

makimono-listings 提交一个包含单个 Markdown 文件的 PR。无需账户。参见该仓库的 CONTRIBUTING.md


日语

AI 指令书市场「Makimono」的 MCP 服务器兼 CLI。

当收到开发任务时,AI 会在从零设计之前先搜索 Makimono,加载已完成的指令书后再进行实现。无需任何认证、API 密钥或账户注册。所有已发布的卷物均免费。

安装(Claude Code)

claude mcp add makimono -- npx -y makimono-mcp

如果要写入项目的 .mcp.json

npx -y makimono-mcp init

作为 CLI 使用

npx -y makimono-mcp search "GAS 定期実行"
npx -y makimono-mcp get gas-command-queue

发布

只需向 makimono-listings 提交一个包含单个 Markdown 文件的 PR 即可。无需账户注册。

许可证

MIT

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

No tool schema history has been recorded yet.

Maintenance

ActivityMaintained
ResponsivenessNo issues

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

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/seisaku-team-org/makimono-cli'

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