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.
We read the source, 20 h ago · rules 3dff92dd89df
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.
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.
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.
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.
claude mcp add mcp-context-card -- npx -y mcp-context-card
{
"mcpServers": {
"mcp-context-card": {
"args": [
"-y",
"mcp-context-card"
],
"command": "npx"
}
}
}
[mcp_servers.mcp-context-card]
command = "npx"
args = ["-y", "mcp-context-card"]
{
"mcpServers": {
"mcp-context-card": {
"args": [
"-y",
"mcp-context-card"
],
"command": "npx"
}
}
}
{
"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.
MCP server for Deckbase - exposes docs, template blocks, and project context
Project memory, semantic code search, and grounded agent context.
Agent identity and memory over MCP — a persistent self plus the procedures for tending it.
An MCP server that provides DevOps and DevSecOps context for the project
Model Context Protocol server for AgentRAM. Persistent memory for AI agents.
Persistent memory for AI agents — log and recall conversation context over MCP.
MCP server and EasyEDA Pro extension bridge for live project assistance.
Hosted MCP for source-backed project context, memory, code impact, and agent workflow continuity.
Answers built from our own checks of this server.