HomeKnowledge & Memory › Agent Module

Agent Module

Deterministic compliance and vertical knowledge bases for autonomous agents. Free 24hr trial.

TypeScript Cloud Remote
★ 2 stars Last pushed 2026-04-04 License: MIT

Topics: Knowledge & Memory

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://api.agent-module.dev/mcp Reachable (checked 2026-09-24)

Claude Code:

claude mcp add --transport http mcp https://api.agent-module.dev/mcp --header "Authorization: <YOUR_VALUE>"

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp": {
      "url": "https://api.agent-module.dev/mcp",
      "headers": {
        "Authorization": "<YOUR_VALUE>"
      }
    }
  }
}
  • Authorization secret — Bearer token — your Agent Module API key. Get a free 24hr trial key via the get_trial_key tool (no auth required) or purchase membership at https://agent-module.dev

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry