mcp-context-card for Cline
io.github.wolfe-jam/mcp-context-card
MCP server for a project's context (AGENTS.md), memory, and identity — base or drop-in extension.
client:Cline
transport:stdio
runtime:npm
Install mcp-context-card in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"mcp-context-card": {
"command": "npx",
"args": [
"-y",
"mcp-context-card"
],
"env": {
"MCP_CONTEXT_CARD_ROOT": "<MCP_CONTEXT_CARD_ROOT>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs