1. Conduid
  2. Developer Tools
  3. Hokmah
MCP server · Developer Tools

Hokmah

AI Agent with Architectural Memory. Impact analysis (free), tests and code from the graph (pro).

Unclaimed devtools
34Low

Scored 4 months ago · breakdown

About Hokmah

Hokmah is an MCP server in the Developer Tools category: aI Agent with Architectural Memory. Impact analysis (free), tests and code from the graph (pro). It has been installed 0 times through Conduid.

Install

Clone
git clone https://github.com/davidangularme/hokmah-mcp-server

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about Hokmah

Powered by Claude · Grounded in docs

I know everything about Hokmah. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • ·Scoped permissionsNot checked yet.

README

Hokmah MCP Server

AI Agent with Architectural Memory — MCP Server

Gives any AI coding agent persistent understanding of codebases via TransitionGraph, IdeaGraph, and WorldModel. Analyze impact, generate tests, write code — all from the graph.

Quick Start (30 seconds)

Add to your editor's MCP config (Cursor, Claude Code, VS Code, Windsurf, Cline, JetBrains):

{
  "mcpServers": {
    "hokmah": {
      "type": "streamable-http",
      "url": "https://hokmah.dev/mcp"
    }
  }
}

Then ask your agent: "analyze the impact of refactoring the auth module in github.com/owner/repo"

Available Tools

Tool Tier Description
hokmah_analyze FREE Impact analysis, risk score, affected files, architectural invariants
hokmah_connect_project FREE Connect a GitHub repo, build the architectural graph
hokmah_connect_mcp FREE Connect an external MCP server for orchestration
hokmah_generate_tests PRO Test generation from the graph (40x fewer tokens)
hokmah_generate_code PRO Code generation with architectural memory

How It Works

Hokmah builds a persistent architectural graph from your codebase:

  • TransitionGraph — Markov model of code changes (which files change together)
  • IdeaGraph — 16 relation types between concepts
  • WorldModel — File tree, dependencies, symbols

When you ask "what's the impact of changing X?", Hokmah traverses the graph instead of sending your entire codebase to an LLM. That's why analyze is free (zero LLM tokens) and generate uses 40x fewer tokens.

Pricing

  • Freehokmah_analyze + hokmah_connect_project + hokmah_connect_mcp (unlimited)
  • Prohokmah_generate_tests + hokmah_generate_code (BYOK — bring your own LLM key)

Get a Pro key at hokmah.dev.

Editor Setup

  • Cursor — Settings → MCP → Add server → paste config
  • Claude Desktop~/Library/Application Support/Claude/claude_desktop_config.json
  • Claude Codeclaude mcp add hokmah --transport streamable-http --url https://hokmah.dev/mcp
  • VS Code (Copilot).vscode/mcp.json in project root
  • Windsurf~/.windsurf/mcp.json
  • Cline — Settings → MCP Servers → Add
  • JetBrains — Settings → Tools → AI Assistant → MCP Servers

Self-Hosting

The hosted server at https://hokmah.dev/mcp is the recommended way to use Hokmah. To run the server yourself against your own Hokmah backend:

pip install -r requirements.txt
cp pro_keys.example.json pro_keys.json  # edit with your real PRO keys
HOKMAH_API_BASE=http://localhost:8000 python mcp_server.py

Environment variables:

  • HOKMAH_API_BASE — upstream Hokmah API (default http://localhost:8000)
  • HOKMAH_MCP_PORT — port to listen on (default 8001)
  • HOKMAH_PRO_KEYS — path to the PRO keys JSON file (default /home/vpm/mcp-server/pro_keys.json)

A reference systemd unit is provided in hokmah-mcp.service.

Built by

Catalyst AI Research · Haifa, Israel

License

MIT

README mirrored from the source repository 4 months ago. The original is authoritative.

Questions

About Hokmah

How do I install Hokmah?

Run git clone https://github.com/davidangularme/hokmah-mcp-server, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Hokmah safe to use with an AI agent?

Its trust score is 34 out of 100 (low). Conduid hasn't run static security checks on this repository yet, so review the source yourself before granting it credentials. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Hokmah still maintained?

Conduid hasn't recorded a commit date for this repository yet. Check the repository directly for recent activity.