Back to MCP Servers

Flaiwheel

Self-hosted memory and governance layer for AI coding agents. 28 MCP tools with structured knowledge capture, hybrid search (semantic + BM25 + cross-encoder reranking), behavioral documentation nudges, cold-start codebase analyzer, and git-native storage. Single Docker container…

knowledge-memorygodockerairagagent

Installation

npx -y flaiwheel

Configuration

{
  "mcpServers": {
    "flaiwheel": {
      "command": "npx",
      "args": ["-y", "flaiwheel"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub