mcp-context-card
Rank #5,402io.github.Wolfe-Jam/mcp-context-card
MCP server for a project's context (AGENTS.md), memory, and identity — base or drop-in extension.
mcp-context-card is a Model Context Protocol (MCP) server published by wolfe-jam. It ranks #5,402 of 132,046 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. mcp-context-card is listed across 2 registries — Official MCP and Glama, with 5 tracked versions. It was first listed on Aug 12, 2026 and most recently updated on Sep 8, 2026.
Ranks ahead of 126,644 of 132,046 servers on MCP Toplist.
Use mcp-context-card
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add mcp-context-card -e "MCP_CONTEXT_CARD_ROOT=<your MCP_CONTEXT_CARD_ROOT>" -- npx -y mcp-context-cardReplace each placeholder with your own value before saving.
[mcp_servers.mcp-context-card]
command = "npx"
args = ["-y", "mcp-context-card"]
[mcp_servers.mcp-context-card.env]
MCP_CONTEXT_CARD_ROOT = "<your MCP_CONTEXT_CARD_ROOT>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-context-card": {
"command": "npx",
"args": [
"-y",
"mcp-context-card"
],
"env": {
"MCP_CONTEXT_CARD_ROOT": "<your MCP_CONTEXT_CARD_ROOT>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-context-card": {
"command": "npx",
"args": [
"-y",
"mcp-context-card"
],
"env": {
"MCP_CONTEXT_CARD_ROOT": "<your MCP_CONTEXT_CARD_ROOT>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"mcp-context-card": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-context-card"
],
"env": {
"MCP_CONTEXT_CARD_ROOT": "<your MCP_CONTEXT_CARD_ROOT>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-context-card": {
"command": "npx",
"args": [
"-y",
"mcp-context-card"
],
"env": {
"MCP_CONTEXT_CARD_ROOT": "<your MCP_CONTEXT_CARD_ROOT>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-context-card": {
"command": "npx",
"args": [
"-y",
"mcp-context-card"
],
"env": {
"MCP_CONTEXT_CARD_ROOT": "<your MCP_CONTEXT_CARD_ROOT>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.Wolfe-Jam%2Fmcp-context-card)<a href="https://mcptoplist.com/server/io.github.Wolfe-Jam%2Fmcp-context-card"><img src="https://mcptoplist.com/badge/io.github.Wolfe-Jam%2Fmcp-context-card.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
wolfe-jam
Other servers by wolfe-jam
- Claude FAF#1,024 · 38 vers
- Wjttc#1,140 · 7 vers
- Grok FAF#1,744 · 25 vers
- .FAF Context#2,005 · 19 vers
- Rust FAF#3,472 · 14 vers
- Gemini FAF#4,512 · 15 vers
- mcp-better#11,119 · 7 vers
- mcp-skills-server#47,737
- mcp-current-repo#62,645
Available versions (5)
| Version | Published |
|---|---|
| 1.1.0 | Sep 8, 2026 |
| 1.0.1 | Sep 7, 2026 |
| 1.0.0 | Sep 5, 2026 |
| 0.6.2 | Sep 5, 2026 |
| 0.6.1 | Sep 5, 2026 |
Frequently asked questions
- Who maintains mcp-context-card?
- mcp-context-card is maintained by wolfe-jam, which publishes 10 MCP servers (130 total versions) tracked on MCP Toplist.
- Is mcp-context-card listed on the Official MCP Registry?
- Yes — mcp-context-card is listed on the Official MCP Registry, alongside Glama.
- How many versions does mcp-context-card have?
- MCP Toplist tracks 5 versions of mcp-context-card, most recently published on Sep 8, 2026.
- Where can I find the source code for mcp-context-card?
- The source code for mcp-context-card is hosted at github.com/Wolfe-Jam/mcp-context-card.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.