MCP Server
Maintained
MIT
io.github.XJTLUmedia/context-first-mcp MCP Server
io.github.XJTLUmedia/context-first-mcp
What is the io.github.XJTLUmedia/context-first-mcp MCP server?
37-tool MCP server: context health, memory, reasoning, truthfulness & research pipeline.
How to install io.github.XJTLUmedia/context-first-mcp
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"context-first-mcp": {
"command": "npx",
"args": [
"-y",
"context-first-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"context-first-mcp": {
"command": "npx",
"args": [
"-y",
"context-first-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"context-first-mcp": {
"command": "npx",
"args": [
"-y",
"context-first-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"context-first-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"context-first-mcp"
]
}
}
}Claude Code
claude mcp add context-first-mcp -- npx -y context-first-mcpRelated MCP servers
io.github.XJTLUmedia/markdown-formatter
Maintained
AI Answer Copier — Convert Markdown to PDF, DOCX, HTML, LaTeX, CSV, JSON, XML, XLSX, RTF, PNG
3
View repository →TypeScript
MIT
AI HR toolkit: 24 MCP tools for resume parsing, skill extraction & ATS management.
0
View repository →TypeScript
MIT