
Hokmah
Register Hokmah so your coding agent remembers your architecture graph, runs free change-impact analysis, and (on pro) generates tests and code grounded in that graph.
Overview
Hokmah is a MCP server for the Build phase that exposes architectural memory, impact analysis, and graph-driven codegen to your agent via https://hokmah.dev/mcp.
What is this MCP server?
- Streamable HTTP MCP remote at hokmah.dev/mcp—no local server required to start
- Free tier: architectural-memory-backed impact analysis before you merge risky changes
- Pro tier: tests and implementation suggestions derived from the architecture graph
- GitHub-backed server (hokmah-mcp-server) with Model Context Protocol schema v2025-12-11
- Pairs with refactor and review workflows when you need blast-radius clarity, not grep alone
- MCP schema 2025-12-11; server version 1.0.0
- Hosted endpoint: https://hokmah.dev/mcp (streamable-http)
- Free tier: impact analysis; pro tier: tests and code from graph
What problem does it solve?
Agents forget how your repo fits together and guess at blast radius when you ask for refactors or new endpoints.
Who is it for?
Indie builders refactoring growing codebases who want MCP-native impact checks without maintaining their own architecture database.
Skip if: Greenfield hello-world repos with no meaningful graph yet, or teams that need on-prem-only tooling with no hosted remote.
What do I get? / Deliverables
After registration, your agent can query an architecture graph for impact analysis (free) and pro-grade tests and code tied to real structure.
- Impact analysis reports grounded in architectural memory
- Pro-tier tests and code suggestions mapped to the architecture graph
- Safer refactor decisions with explicit dependency awareness in agent sessions
Recommended MCP Servers
Journey fit
Canonical shelf is Build because Hokmah is wired into the agent loop while you change codebases, not a one-off research fetch. Agent-tooling fits an MCP remote that exposes architectural memory and impact tools directly to Claude Code, Cursor, and similar clients.
How it compares
Hosted architectural-memory MCP integration, not a local grep skill or generic code-completion plugin.
Common Questions / FAQ
Who is Hokmah for?
Solo and small-team builders using Claude Code, Cursor, or other MCP clients who want graph-backed impact analysis and optional pro codegen from architecture memory.
When should I use Hokmah?
Use it before medium-to-large code changes, during agent-assisted refactors, and when you need test or code suggestions constrained by how modules actually connect.
How do I add Hokmah to my agent?
Add the streamable-http remote URL https://hokmah.dev/mcp in your MCP client config per Hokmah docs; sign up at hokmah.dev for tier access if required.