kmp-context

kmp-context is an MCP server for Claude Code from ahmed3elshaer/everything-claude-code-mobile. Its token cost is not measured, scanned A, a copy of mobile-memory, MIT.

An MCP server configuration for kmp-context, a tool that provides context from the Kotlin Multiplatform project environment. The input only identifies how the server is started.

In plain words
What is it for?
Use it to connect an agent to Kotlin Multiplatform context when the server is available, but the provided details do not specify particular jobs it supports.
Why use it?
The available information does not describe its specific capabilities beyond starting the context server.

MCP server for Claude Code

Written for Claude Code: ${CLAUDE_PLUGIN_ROOT} variable. Also seen: mentions Codex; listed in a Claude config.

Runs only inside its plugin — its command needs a path that Claude Code sets for a plugin’s own hooks and for nothing else. Install the plugin, not this.

Part of the everything-claude-code-mobile plugin — 46 skills, 35 commands, 27 agents, 2 hooks, 3 MCP servers shipped together

One of 3 entries in .mcp.json — they are configured in one file and arrive together.

Good fit Use it to connect an agent to Kotlin Multiplatform context when the…

Compare 6 mcp servers from other repositories ↓
Install

Getting it into your agent

This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.

Claude Code
/plugin marketplace add ahmed3elshaer/everything-claude-code-mobile
Claude Code
/plugin install everything-claude-code-mobile

Made for: Claude Code.

Or install everything-claude-code-mobile, the plugin that ships this one along with the rest of its 46 skills, 35 commands, 27 agents, 2 hooks, 3 MCP servers.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for kmp-context

README.md
[![agentmods](https://agentmods.dev/badge/mcp/ahmed3elshaer/everything-claude-code-mobile/kmp-context.svg)](https://agentmods.dev/mcp/ahmed3elshaer/everything-claude-code-mobile/kmp-context)
Your own site
<a href="https://agentmods.dev/mcp/ahmed3elshaer/everything-claude-code-mobile/kmp-context"><img src="https://agentmods.dev/badge/mcp/ahmed3elshaer/everything-claude-code-mobile/kmp-context.svg" alt="Measured on agentmods" height="20"></a>
Per session not measured What this adds to a session before it is invoked.
When invoked not measured Not applicable: nothing here is loaded into a session.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin 94% copy Near-identical to another mod in the catalogue.
Security

Grade A, and why

kmp-context scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

This is a copy

94% identical to mobile-memory — 4 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

.mcp.json · 11 lines

What it actually says

{
  "kmp-context": {
    "command": "node",
    "args": [
      "-e",
      "const p=require('node:path'),f=require('node:fs'),o=require('node:os'),e=process.env,a=process.argv[1],rel='mcp-servers/start.js';let r=a&&!a.startsWith('${')?a:e.CLAUDE_PLUGIN_ROOT||e.PLUGIN_ROOT||e.CODEX_PLUGIN_ROOT||process.cwd();if(!f.existsSync(p.join(r,rel))){const hs=(e.PATH||'').split(p.delimiter).filter(x=>x.includes(p.join('tmp','arg0'))).map(x=>p.dirname(p.dirname(p.dirname(x))));hs.push(e.CODEX_HOME,p.join(o.homedir(),'.codex'));for(const h of hs.filter(Boolean)){const c=p.join(h,'plugins','cache');for(const m of f.existsSync(c)?f.readdirSync(c):[]){const d=p.join(c,m,'everything-claude-code-mobile');for(const v of f.existsSync(d)?f.readdirSync(d).sort().reverse():[]){const x=p.join(d,v);if(f.existsSync(p.join(x,rel))){r=x;break}}if(f.existsSync(p.join(r,rel)))break}if(f.existsSync(p.join(r,rel)))break}}require(p.join(r,rel))",
      "${CLAUDE_PLUGIN_ROOT}",
      "kmp-context"
    ]
  }
}
Same file

What else .mcp.json configures

This page is one entry in a file that holds 3. Installing the file brings all of them; each is measured and scanned on its own page.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 7d ago First seen · 11 lines scan A 09586c360b42

Subscribe to this mod's changes

kmp-context is an MCP server published in the GitHub repository ahmed3elshaer/everything-claude-code-mobile (65 stars, last pushed 2mo ago), licensed MIT. Its token cost is not measured: an MCP server costs its tool schemas, not its config file. A static security scan graded it A with 0 findings. It is 94% identical to mobile-memory, differing in 4 lines, and is treated as a copy.