Back to search
100
MCP live v1.0.0 streamable-http

Hokmah

io.github.davidangularme/hokmah

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

Uptime
10.0%
10 probes
Response
290ms
last probe
Tools
5
callable

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.

Similar MCP servers embedding-nearest

Hokmah
Persistent codebase understanding via architectural graphs for impact analysis and code generation.
0 tools
io.github.varun29ankus/shodh-memory
Cognitive memory for AI agents — semantic search, Hebbian learning, knowledge graphs.
0 tools
AgentMemory
Persistent memory for AI coding agents with hybrid retrieval, analytics, and governance controls.
0 tools
io.github.LuizEduPP/rememb
Persistent memory for AI agents — local JSON, zero config, no server required.
0 tools
io.github.archetypal-ai/archetypal-ai
Persistent memory for AI agents. recall, remember, checkpoint — soul preservation.
0 tools
Agendum
AI agent memory: task tracking, scoped work packages, decisions, and cross-session continuity
0 tools

How to use

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

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