Skip to main content
Glama

makimono-mcp

MCP-Server + CLI für Makimono — ein Marktplatz für KI-Anweisungsdateien (Markdown).

Ihr Agent sucht bevor er von Grund auf entwirft nach einem fertigen Playbook, lädt es und überspringt das Trial-and-Error. Einträge melden ~85–97 % weniger Tokens als ein Aufbau von Null. Jeder Eintrag ist kostenlos.

日本語の説明は下にあります。


Installation (MCP)

Claude Code

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

Cursor / Windsurf / jeder MCP-Client — fügen Sie zu Ihrer Konfiguration hinzu:

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

Oder lassen Sie es die Konfiguration für Sie schreiben, in Ihrem Projektverzeichnis:

npx -y makimono-mcp init

Kein API-Schlüssel. Kein Konto. Keinerlei Authentifizierung.

Related MCP server: Cache Overflow

Tools

Tool

Was es tut

search_makimono

Findet fertige Anweisungsdateien für die anstehende Aufgabe

get_makimono

Ruft den vollständigen Markdown-Inhalt eines Playbooks ab

report_makimono_savings

Meldet, wie viele Tokens gespart wurden (das bestimmt das Ranking der Einträge)

CLI

Dieselbe Binärdatei funktioniert als CLI, wenn Sie einen Unterbefehl übergeben:

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

Warum es das gibt

Wenn man einen Agenten bittet, etwas aus dem Nichts zu bauen, verbrennt das Tokens für Erkundungen, die er beim nächsten Mal wiederholen wird. Ein Playbook, das die Entscheidungen bereits kodiert — die Fallstricke, die Verifikationsschritte, die Reihenfolge der Operationen — verwandelt diese Erkundung in eine einzige Lektüre.

Makimono ist der Ort, an dem diese Playbooks leben. Die API ist öffentlich, ohne Authentifizierung und CORS-offen, sodass jeder Agent sie nutzen kann: https://makimono-md.vercel.app/llms.txt

Ein Playbook beitragen

Eröffnen Sie einen PR gegen makimono-listings mit einer Markdown-Datei. Kein Konto erforderlich. Siehe CONTRIBUTING.md dieses Repos.


日本語

AI 指示書マーケット「マキモノ」の MCP サーバー兼 CLI です。

開発タスクを受けたとき、AI がゼロから設計する前にマキモノを検索し、完成済みの指示書を 読み込んでから実装します。認証・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 1ファイルの PR を出すだけです。アカウント登録は不要です。

Lizenz

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