MCPVault

clear_cache

MCP tool from Kotlin MCP Server by normaltusker

Clear the security cache

How to use it

clear_cache is exposed by the Kotlin MCP Server MCP server. Add the server to your MCP client (Claude Desktop, Cursor, Windsurf and others), and the clear_cache tool becomes available to the model automatically. See the full listing for setup details and every tool this server provides.

Install Kotlin MCP Server

$docker run -p 8000:8000 -v $(pwd):/workspace kotlin-mcp-server
FULL KOTLIN MCP SERVER LISTING

Other tools in Kotlin MCP Server (39)

analyze_project

Project structure analysis

anthropic

Claude models

apiCallSecure

Make secure API calls with authentication.

assign_role

Assign user roles (admin, developer, readonly, guest)

backup

Create encrypted backups

bugs

Potential bug detection

check_permission

Check user permissions for operations

clean_build

(boolean, optional): Whether to clean before building

complexity

Code complexity analysis

composable

Standard composable function

create_kotlin_file

Create Kotlin source files

create_layout_file

Create Android layout files

custom

Custom API endpoints

decrypt

Decrypt files (with proper authorization)

encrypt

Encrypt sensitive files

export_telemetry

Export telemetry data

formatCode

Format Kotlin code using ktlint or spotless.

get_metrics

Get security metrics and monitoring data

gitCreateFeatureBranch

Create a new feature branch.

gitSmartCommit

Create intelligent commit message.

gitStatus

Get Git repository status.

gradle_build

Build Android project

layout

Layout composable with children

local

Ollama, LocalAI

maintainability

Maintainability assessment

openai

GPT-4, GPT-3.5

optimizeImports

Optimize and organize Kotlin imports.

organize

Organize files by type/category

parallel

(boolean, optional): Enable parallel execution

performance

Performance optimization suggestions

refactorFunction

Refactor Kotlin functions with AST-aware transformations.

restore

Restore from backup

run_tests

Execute tests

security

Security vulnerabilities and best practices

stateful

Composable with internal state

stateless

Pure UI composable

style

Code style improvements

sync

Synchronize with cloud storage

task

(string): Gradle task to execute (e.g., "assembleDebug", "build", "test")