M
MCP Server Context Engineering
by @Szermer
MCP server that exposes context engineering operations as executable tools, enabling progressive skill loading and achieving 98.7% token reduction through code execution.
Created 11/5/2025
Updated about 1 month ago
README
Repository documentation and setup instructions
README not found
Quick Setup
Installation guide for this server
Install Package (if required)
npx @modelcontextprotocol/server-mcp-server-context-engineering
Cursor configuration (mcp.json)
{
"mcpServers": {
"szermer-mcp-server-context-engineering": {
"command": "npx",
"args": [
"szermer-mcp-server-context-engineering"
]
}
}
}