mcp-context-card
Related Servers
Alternatives to mcp-context-card
- AlicenseAqualityAmaintenance.FAF (Foundational AI-context Format) with 50+ tools - Only Persistent project context that integrates seamlessly with Claude Desktop workflows. Officially merged (#2759) Anthropic MCP server.14300 npm23MIT
Related Servers
- AlicenseAqualityCmaintenanceMCP server for managing project memory in AGENTS.md. Allows agents to record and remove durable facts using save/forget tools.258 npm1MIT
- AlicenseNot gradedqualityBmaintenanceProvides 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 npmMIT
- AlicenseAqualityBmaintenanceMCP 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.151MIT
- FlicenseBqualityCmaintenanceAn 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-
- AlicenseNot gradedqualityDmaintenanceAn 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
- AlicenseNot gradedqualityCmaintenanceAn MCP server that provides controlled read/write tools for managing local-first research memory in an Obsidian vault, enabling AI agents to maintain project context across sessions.4 npm1MIT
TDQS
Scored across 9 tools
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.
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.
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.
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.