Context-first
Rank #54,213io.github.XJTLUmedia/context-first-mcp
37-tool MCP server: context health, memory, reasoning, truthfulness & research pipeline.
Context-first is a Model Context Protocol (MCP) server published by xjtlumedia. It ranks #54,213 of 115,591 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. Context-first is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on Apr 9, 2026 and most recently updated on Apr 14, 2026.
Ranks ahead of 61,378 of 115,591 servers on MCP Toplist.
Use Context-first
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http context-first-mcp https://context-first-mcp.vercel.app/api/mcpclaude mcp add context-first-mcp -- npx -y context-first-mcp[mcp_servers.context-first-mcp]
url = "https://context-first-mcp.vercel.app/api/mcp"Add to ~/.codex/config.toml.
[mcp_servers.context-first-mcp]
command = "npx"
args = ["-y", "context-first-mcp"]Add to ~/.codex/config.toml.
https://context-first-mcp.vercel.app/api/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"context-first-mcp": {
"command": "npx",
"args": [
"-y",
"context-first-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"context-first-mcp": {
"url": "https://context-first-mcp.vercel.app/api/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"context-first-mcp": {
"command": "npx",
"args": [
"-y",
"context-first-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"context-first-mcp": {
"type": "http",
"url": "https://context-first-mcp.vercel.app/api/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"context-first-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"context-first-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"context-first-mcp": {
"serverUrl": "https://context-first-mcp.vercel.app/api/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"context-first-mcp": {
"command": "npx",
"args": [
"-y",
"context-first-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"context-first-mcp": {
"url": "https://context-first-mcp.vercel.app/api/mcp"
}
}
}{
"mcpServers": {
"context-first-mcp": {
"command": "npx",
"args": [
"-y",
"context-first-mcp"
]
}
}
}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.XJTLUmedia%2Fcontext-first-mcp)<a href="https://mcptoplist.com/server/io.github.XJTLUmedia%2Fcontext-first-mcp"><img src="https://mcptoplist.com/badge/io.github.XJTLUmedia%2Fcontext-first-mcp.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
xjtlumedia
Other servers by xjtlumedia
View all xjtlumedia servers →Available versions (1)
| Version | Published |
|---|---|
| 1.2.2 | Apr 14, 2026 |
Frequently asked questions
- Who maintains Context-first?
- Context-first is maintained by xjtlumedia, which publishes 3 MCP servers (7 total versions) tracked on MCP Toplist.
- Is Context-first listed on the Official MCP Registry?
- Yes — Context-first is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Context-first have?
- MCP Toplist tracks 1 version of Context-first, most recently published on Apr 14, 2026.
- Where can I find the source code for Context-first?
- The source code for Context-first is hosted at github.com/xjtlumedia/context-first-mcp.