Sign In

@keean12/mcp

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

@keean12/mcp

Martin Loop MCP server — installable stdio server for martin_run, martin_inspect, and martin_status.

latest
Source
npmnpm
Version
0.1.1
Version published
Maintainers
1
Created
Source

@keean12/mcp

Martin Loop's installable Model Context Protocol server.

It exposes three MCP tools over stdio:

  • martin_run
  • martin_inspect
  • martin_status

Quickstart

Run the packaged server directly:

npx -y @keean12/mcp

Add it to Claude Code:

claude mcp add martin-loop -- npx -y @keean12/mcp

For clients that want explicit command/args:

  • Command: npx
  • Args: -y, @keean12/mcp

Official MCP Registry

This package is prepared for the official MCP Registry metadata flow:

  • npm package: @keean12/mcp
  • registry server name: io.github.keesan12/martin-loop
  • manifest file: packages/mcp/server.json

The official registry publish flow is separate from npm publication. After publishing the package to npm, run the publisher from packages/mcp:

mcp-publisher login github
mcp-publisher publish

Local Verification

From the repository root:

pnpm --filter @keean12/mcp build
pnpm --filter @keean12/mcp test
pnpm --filter @keean12/mcp smoke:pack

smoke:pack packs the tarball, launches it through npx, performs the MCP handshake, lists tools, and verifies a martin_status call.

Keywords

mcp

FAQs

Package last updated on 08 May 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts