Skip to content
maenifold
GitHub

Getting Started

Install maenifold, add the Claude Code plugin, and start building your knowledge graph.

Installation

# Homebrew (macOS/Linux)
brew install msbrettorg/tap/maenifold

# Manual — download from GitHub Releases
# https://github.com/msbrettorg/maenifold/releases/latest

Claude Code Plugins

The base plugin activates graph-of-thought priming, [[WikiLink]] context injection, and 25+ MCP tools. The product team plugin adds four specialized agents and a TDD pipeline.

# Base plugin — knowledge graph, reasoning tools, hooks
claude plugin add /path/to/integrations/claude-code/plugin-maenifold

# Product team plugin (optional) — agents, TDD pipeline
claude plugin add /path/to/integrations/claude-code/plugin-product-team

MCP Configuration

For Claude Desktop, Codex, and other MCP clients:

{
  "mcpServers": {
    "maenifold": { "command": "maenifold", "args": ["--mcp"], "type": "stdio" }
  }
}

CLI Examples

maenifold --tool WriteMemory --payload '{"title":"Auth Decision","content":"Using [[OAuth2]] for [[authentication]]"}'
maenifold --tool SearchMemories --payload '{"query":"authentication","mode":"Hybrid"}'
maenifold --tool BuildContext --payload '{"conceptName":"authentication","depth":2}'

Explore