Skip to main content
Glama
JasminGuberinic

kotlin-security-mcp

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
KSM_JAVAYesPath to the java executable
KSM_PLUGIN_JARSYesComma-separated ruleset jar(s) (scanner-all)
KSM_DETEKT_CONFIGNo(optional) path to a detekt.yml
KSM_DETEKT_CLI_JARYesPath to the detekt CLI jar

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
security_scanA

Scan Kotlin/JVM code for security issues using a 216-rule analyzer.

Point this at a file or directory. It returns every security finding the analyzer reports — rule id, message, location, and severity — so the agent can fix issues while writing, not after.

Args: path: File or directory to scan (absolute, or relative to the project).

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/JasminGuberinic/kotlin-security-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server