Hokmah MCP Server

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

Remote serverstreamable-httpPython

What is the Hokmah MCP server?

Most knowledge and memory work still happens through a UI a human drives. Hokmah MCP server moves it into the conversation instead. AI Agent with Architectural Memory. Impact analysis (free), tests and code from the graph (pro).

The short version

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

The tools it exposes

The server publishes 5 tools. What each one is for:

  • hokmah_analyzeFREE
  • hokmah_connect_projectFREE
  • hokmah_connect_mcpFREE
  • hokmah_generate_testsPRO
  • hokmah_generate_codePRO

Getting it running

Because this one is hosted, setup is mostly authentication — you point your client at the endpoint and approve access. Nothing runs on your machine, so there is no runtime to keep patched.

How it compares

Among the knowledge and memory options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Hokmah's toolset — hokmah_analyze, hokmah_connect_project, hokmah_connect_mcp and 2 more — is a fair guide to whether it matches your workflow. It is maintained by davidangularme; worth a glance at recent repository activity before you build anything load-bearing on it.

This entry was verified against Hokmah's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.

Things to watch

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Available tools

ToolWhat it does
hokmah_analyze**FREE**
hokmah_connect_project**FREE**
hokmah_connect_mcp**FREE**
hokmah_generate_tests**PRO**
hokmah_generate_code**PRO**

How to install the Hokmah MCP server

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

Configuration as documented by the project. Restart the client after saving.

Example prompts to try

  • Use Hokmah to hokmah analyze.
  • Use Hokmah to hokmah connect project.
  • Use Hokmah to hokmah connect mcp.

Frequently asked questions

It connects Hokmah to MCP-compatible AI assistants such as Claude and Cursor, exposing 5 tools (hokmah_analyze, hokmah_connect_project, hokmah_connect_mcp, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Hokmah directly.