@kalera/munin-cursor
v1.4.4
Published
- Phase: scaffold - Core actions: wired through `munin/sdk`
Readme
Munin Adapter for Cursor
Status
- Phase: scaffold
- Core actions: wired through
munin/sdk
Usage
import { createCursorMuninAdapter } from "@kalera/munin-cursor";
const adapter = createCursorMuninAdapter({
apiKey: process.env.MUNIN_API_KEY,
project: process.env.MUNIN_PROJECT ?? "default-core",
});
await adapter.store("your-context-core-id", { key: "hello", content: "world" });Setup as MCP Server
To use this adapter as a standard MCP server in Cursor:
export MUNIN_API_KEY="your-api-key"
export MUNIN_PROJECT="your-context-core-id"
npx -y @kalera/munin-cursor mcp