Skip to content
Back to search
100
MCP live v1.0.0 MCP 2025-11-25 streamable-http

Hokmah

io.github.davidangularme/hokmah

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

Uptime
100.0%
1 direct probes · 30d
Response
375ms
last probe
Tools
5
callable
Resources
0
readable
Prompts
0
available

Tools · 5

hokmah_analyze

Analyze impact of a code change. Returns risk score, affected files, related commits. FREE — zero LLM tokens.

hokmah_generate_tests

Generate tests from the architectural graph. 40x fewer tokens. PRO — requires API key.

hokmah_generate_code

Generate code with architectural memory. Reduces hallucination via graph context. PRO — requires API key.

hokmah_connect_project

Connect a GitHub repo to Hokmah. Builds TransitionGraph + IdeaGraph + WorldModel from commit history. FREE.

hokmah_connect_mcp

Connect an external MCP server to Hokmah for universal tool orchestration. FREE.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

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