Coret Agent Kit
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Coret Agent Kitcreate a mind map about my quarterly goals"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Coret Agent Kit
Satu skill dan satu MCP resmi untuk membuat, membaca, dan memperbarui mind map coret.id dari agen AI. Perubahan muncul live di editor Coret.
Sebelum memasang
Buat akun Coret dan buka halaman API Keys di workspace.
Buat key Sandbox (
crt_test_) untuk percobaan awal.Simpan key sebagai environment variable; jangan masukkan ke repo atau prompt.
export CORET_API_KEY="crt_test_..."Tutorial interaktif dan konfigurasi lengkap: coret.id/integrations/ai
Related MCP server: Wiro MCP Server
Instalasi cepat
Codex
codex plugin marketplace add Rama-Digital/coret-agent-kit
codex plugin add coret@coret-agent-kit
codex mcp listClaude Code
claude plugin marketplace add Rama-Digital/coret-agent-kit
claude plugin install coret@coret-agent-kit
claude mcp listOpenCode
npx skills add Rama-Digital/coret-agent-kit --full-depth -a opencode -s coret-mindmap -yTambahkan remote MCP dari contoh opencode.json di panduan Coret.
Pi
Pi membutuhkan adapter MCP komunitas. Tinjau sumber adapter sebelum memasang karena ekstensi Pi berjalan dengan akses pengguna.
pi install npm:pi-mcp-adapter
pi install git:github.com/Rama-Digital/coret-agent-kitAdapter membaca .mcp.json; salin plugins/coret/.mcp.json ke project jika belum ada.
OpenClaw
clawhub install coret-mindmapSimpan endpoint https://mcp.coret.id/mcp lewat openclaw mcp set, lalu verifikasi dengan openclaw mcp doctor coret --probe. Contoh siap salin ada di panduan. Jika ClawHub tidak tersedia, gunakan fallback GitHub: npx skills add Rama-Digital/coret-agent-kit --full-depth -a openclaw -s coret-mindmap -y.
Hermes
hermes skills tap add Rama-Digital/coret-agent-kit
hermes skills install https://raw.githubusercontent.com/Rama-Digital/coret-agent-kit/main/plugins/coret/skills/coret-mindmap/SKILL.md -y
hermes mcp add coret --url https://mcp.coret.id/mcp --auth header
hermes mcp test coretSaat diminta, tempel API key Coret. Hermes menyimpannya lokal sebagai MCP_CORET_API_KEY.
Generic MCP
Transport: Streamable HTTP. Kirim API key sebagai Bearer token.
{
"mcpServers": {
"coret": {
"type": "http",
"url": "https://mcp.coret.id/mcp",
"headers": {
"Authorization": "Bearer ${CORET_API_KEY}"
}
}
}
}Server menyediakan 16 tools untuk map, node, upload gambar, batch, sketch, share, export, dan dokumentasi kontrak.
Keamanan
Mulai dengan key Sandbox dan scope minimum yang dibutuhkan.
Skill meminta konfirmasi sebelum menghapus map atau node, kecuali penghapusan sudah diminta secara eksplisit.
Cabut key kapan saja dari workspace Coret.
Jangan commit key, tempel ke URL, atau kirim lewat chat.
Lisensi: MIT.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/Rama-Digital/coret-agent-kit'
If you have feedback or need assistance with the MCP directory API, please join our Discord server