engram-mcp-serverEngram MCP Server — 给 AI 注入可切换的专家记忆(谁 + 知道什么 + 怎么思考)。支持 Claude Code / Cursor / Codex 等 MCP 客户端。
Install via ClawdBot CLI:
clawdbot install dazhuangjammy/engram-mcp-serverGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Calls external URL not in known-safe list
https://astral.sh/uv/install.shUses known external API (expected, informational)
raw.githubusercontent.comAudited Apr 16, 2026 · audit v1.0
Generated May 7, 2026
An AI agent can switch between expert personas (e.g., tech support, billing, product specialist) during a single conversation, each with its own memory and workflow rules. This reduces context-switching overhead and improves resolution accuracy.
A SaaS application uses Engram to remember user-specific settings, past interactions, and key facts across sessions. This enables personalized experiences without relying on external databases or vector stores.
Researchers load expert role profiles containing domain knowledge, reasoning patterns, and workflow rules. The AI can retrieve relevant knowledge on demand and maintain a dynamic memory of findings and hypotheses.
Developers integrate Engram with MCP-compatible IDEs (e.g., Cursor) to enforce coding standards, review checklists, and maintain project-specific rules across sprints. The agent remembers past code reviews and adapts its feedback.
Offer Engram server as a hosted service with tiered plans based on number of expert roles, memory size, and API requests. Revenue comes from monthly/yearly subscriptions.
License Engram to enterprises that build custom AI agents, charging per deployed agent or per seat. Revenue includes upfront licensing and ongoing support contracts.
Provide the core Engram server as open-source, and charge for premium features like advanced memory analytics, UI dashboards, and priority support. Revenue from premium licenses and consulting.
💬 Integration Tip
Ensure uvx is installed first, then run 'claude mcp add' command. For custom MCP clients, use the 'engram-server serve' command and configure the server endpoint.
Scored May 7, 2026
Use the mcporter CLI to list, configure, auth, and call MCP servers/tools directly (HTTP or stdio), including ad-hoc servers, config edits, and CLI/type generation.
Secure, sandboxed filesystem access enabling agents to list, read, write, create, move, delete, search files and directories within allowed paths.
Provides access to MCP tools for web search, advanced search, code context, deep research, crawling, company research, and LinkedIn search.
Use Model Context Protocol servers to access external tools and data sources. Enable AI agents to discover and execute tools from configured MCP servers (legal databases, APIs, database connectors, weather services, etc.).
Use the mcporter CLI to list, configure, auth, and call MCP servers/tools directly (HTTP or stdio), including ad-hoc servers, config edits, and CLI/type gene...
Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).