@kalera/munin-claude
v1.4.4
Published
- Phase: scaffold - Dispatch style: generic `execute(action, payload)`
Readme
Munin Adapter for Claude Code
Status
- Phase: scaffold
- Dispatch style: generic
execute(action, payload)
Usage
import { createClaudeCodeMuninAdapter } from "@kalera/munin-claude";
const adapter = createClaudeCodeMuninAdapter({
apiKey: process.env.MUNIN_API_KEY,
project: process.env.MUNIN_PROJECT ?? "default-core",
});
await adapter.execute("search", { query: "ecosystem" });Setup as MCP Server
To use this adapter as a standard MCP server in Claude Desktop or other clients:
export MUNIN_API_KEY="your-api-key"
export MUNIN_PROJECT="your-context-core-id"
npx -y @kalera/munin-claude mcp