MCP server for AI agent context caching
| Tool name | Description | Destructive? |
|---|---|---|
| get_project_context | ✓ no | |
| get_directory_context | ✓ no | |
| get_context_from_config | ✓ no |
{
"mcpServers": {
"mcp-context-cache-1": {
"command": "npx",
"args": [
"-y",
"mcp-context-cache"
]
}
}
}