Odel
slimcontext mcp server

slimcontext mcp server

Local
@agentailor5TypeScriptUpdated 11mo ago

MCP Server for SlimContext - AI chat history compression tools

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmslimcontext-mcp-serverv0.1.2

Run

npx -y slimcontext-mcp-server

MCP client config

{
  "mcpServers": {
    "slimcontext-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "slimcontext-mcp-server"
      ]
    }
  }
}