molecule-ai

@enteros/skill-mcp (0.1.1)

Published 2026-07-22 19:31:30 +00:00 by pypi-publisher in molecule-ai/molecule-ai-sdk

Installation

@enteros:registry=https://git.moleculesai.app/api/packages/molecule-ai/npm/
npm install @enteros/skill-mcp@0.1.1
"@enteros/skill-mcp": "0.1.1"

About this package

@enteros/skill-mcp

An MCP (Model Context Protocol) server that exposes EnterOS skills to any MCP client. It loads a skill tree built with @enteros/skill-core, persists work with @enteros/skill-ledger, and serves each skill's tools over a stdio transport.

Install

npm install @enteros/skill-mcp

Run the server

The package ships a skill-mcp binary (stdio MCP server):

skill-mcp --config <path> --tenant <id> [--scope <module-id-prefix>] [--admin]

Environment:

  • ENTEROS_DATA_DIR (required) — tenant state root for the ledger.
  • ENTEROS_TENANT — fallback for --tenant.
  • ENTEROS_MOUNT_ROOT (default: cwd) — where skills.registry.json and the root composite live.
  • ENTEROS_DEV=1 — load skills from src/ for the dev loop.

Point your MCP client (e.g. Claude Desktop / any MCP host) at the skill-mcp command with those args/env and it will discover the skill tools exposed by your registry.

Programmatic use

import { bootSkillMcp } from "@enteros/skill-mcp";

const { server, runtime } = await bootSkillMcp(/* ...boot options... */);

License

MIT © Molecule AI

Dependencies

Dependencies

ID Version
@enteros/skill-core ^0.1.1
@enteros/skill-ledger ^0.1.1
@modelcontextprotocol/sdk ~1.29.0
ajv ^8.20.0

Development Dependencies

ID Version
@types/node ^22.10.0
tsup ^8.3.0
typescript ^5.7.0
vitest ^3.0.0

Keywords

enteros skill mcp model-context-protocol agent molecule
Details
npm
2026-07-22 19:31:30 +00:00
7
Molecule AI
MIT
37 KiB
Assets (1)
Versions (4) View all
0.1.3 2026-07-23
0.1.2 2026-07-23
0.1.1 2026-07-22
0.1.0 2026-07-22