Reduces AI agent token usage by 90% via context compression and task checkpoint persistence.
claude mcp add smart-context-mcp -- npx -y smart-context-mcp
claude_desktop_config.json
{
"mcpServers": {
"smart-context-mcp": {
"command": "npx",
"args": [
"-y",
"smart-context-mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"smart-context-mcp": {
"command": "npx",
"args": [
"-y",
"smart-context-mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"smart-context-mcp": {
"command": "npx",
"args": [
"-y",
"smart-context-mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"smart-context-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"smart-context-mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"smart-context-mcp": {
"command": "npx",
"args": [
"-y",
"smart-context-mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.Arrayo--smart-context-mcp/reviews or the review_server meta-tool.
POST /mcp