Skip to main content
Glama

Related Servers

Alternatives to mcp-context-card

Related Servers

  • A
    license
    Not graded
    quality
    B
    maintenance
    Provides a file-first personal memory layer for AI agents, enabling them to store and retrieve memories as markdown files with an SQLite index. The MCP server offers read-only search by default, with optional write tools for manual memory addition and conflict resolution.
    1 npm
    MIT
  • A
    license
    A
    quality
    B
    maintenance
    MCP server for local-first project memory, enabling AI agents to log, search, and retrieve structured project history, summaries, and per-file dossiers with client-specific configuration and diagnostics.
    15
    1
    MIT
  • F
    license
    B
    quality
    C
    maintenance
    An all-in-one MCP server that enables AI agents with local system capabilities like filesystem navigation, command execution, desktop automation, and a continuity memory suite for persistent cross-session project context.
    37
    -
  • A
    license
    Not graded
    quality
    D
    maintenance
    An agent-capable MCP server with terminal access, filesystem control, and persistent memory. It includes sandboxing, access control, activity logging, and a file-backed memory store for context across conversations.
    MIT

TDQS

A4.1/5.0

Scored across 9 tools

Disambiguation4/5

Most tools are clearly separated by domain: fact memory, AGENTS.md, and context discovery/identity. A few pairs like recall vs read_agents_md and list_agents_md_sections vs list_context_sources could be momentarily confused, but their descriptions clarify distinct scopes.

Naming Consistency4/5

Names are all lowercase snake_case and mostly follow a verb-object pattern, which is readable and predictable. The memory verbs remember/recall/forget drop the object, and whoami is a special case, creating minor but not confusing inconsistencies.

Tool Count5/5

Nine tools is an appropriate size for this server's scope, covering fact memory, AGENTS.md operations, and context discovery without redundant helpers or bloat. Each tool earns its place.

Completeness4/5

The set covers the main workflows: fact create/read/delete, AGENTS.md read/section listing/drafting, and context discovery/identity. It lacks direct fact enumeration and a way to persist authored AGENTS.md, but render_context_card can surface memory and file writing may be intentionally outside the server's scope.

Maintenance

ActivityMaintained
ResponsivenessUnresponsive