interkasten

mistakeknot/interkasten
★ 0 stars TypeScript AI/LLM Updated 11d ago
Living bridge between your projects folder and Notion — Claude Code plugin + MCP server
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "interkasten": {
      "command": "npx",
      "args": [
        "-y",
        "mistakeknot/interkasten"
      ]
    }
  }
}