mcpbeat Sign in

mcp-context-card MCP Server

local only

mcp-context-card runs on your own machine — the client starts it, so there is no endpoint to ping. 123 installs a week from npm. Last commit 9 Sep 2026.

MCP server for a project's context (AGENTS.md), memory, and identity — base or drop-in extension.

Installs per day peak 583 · avg 34
a month agotoday
123
Installs / week
npm · mcp-context-card
2
Stars
0 open issues
9 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 20 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs an external command src/bin.ts:147
      spawn(opener[0], opener[1], { stdio: "ignore", detached: true })

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp-context-card -- npx -y mcp-context-card
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-context-card": {
      "args": [
        "-y",
        "mcp-context-card"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-context-card]
command = "npx"
args = ["-y", "mcp-context-card"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-context-card": {
      "args": [
        "-y",
        "mcp-context-card"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-context-card": {
      "args": [
        "-y",
        "mcp-context-card"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: MCP_CONTEXT_CARD_ROOT (Directory holding project.faf / project.fafm / .well-known/fafa. Omitted → the server's own bundled copies.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to mcp-context-card

same job, measured the same way
Deckbase MCP Server
by deckbase

MCP server for Deckbase - exposes docs, template blocks, and project context

23 installs/wk local only
ContextStream MCP Server
by contextstream

Project memory, semantic code search, and grounded agent context.

answering
Munnin — an agent identity server
by alvseek

Agent identity and memory over MCP — a persistent self plus the procedures for tending it.

answering
Devops MCP
by neetpatel

An MCP server that provides DevOps and DevSecOps context for the project

123 installs/wk local only
Agentram MCP
by seanmarkwei

Model Context Protocol server for AgentRAM. Persistent memory for AI agents.

40 installs/wk local only
Synap Memory
by maximem

Persistent memory for AI agents — log and recall conversation context over MCP.

4 tools answering
Easyeda Pro MCP
by vlab-software

MCP server and EasyEDA Pro extension bridge for live project assistance.

39 installs/wk local only
Snipara Project Intelligence
by snipara

Hosted MCP for source-backed project context, memory, code impact, and agent workflow continuity.

answering

mcp-context-card — questions

Answers built from our own checks of this server.

Why is there no uptime for mcp-context-card?
mcp-context-card runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package mcp-context-card was installed 123 times last week.
How do I connect mcp-context-card?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls mcp-context-card straight from npm; nothing to host, nothing to sign up for.
How many people use mcp-context-card?
The npm package mcp-context-card was installed 123 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is mcp-context-card open source?
Yes — it is published under the MIT licence, written in TypeScript and 2 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.