MCP Directory

dl4rce/flaiwheel

GitHub
Productivity

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, zero cloud dependencies.

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx -y flaiwheel

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from dl4rce/flaiwheel your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

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

Route dl4rce/flaiwheel intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add flaiwheel

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use dl4rce/flaiwheel directly without routing

npx -y flaiwheel

New to Agent-CoreX? View setup guide →

dl4rce/flaiwheel MCP Server — Agent-CoreX