@enteros/skill-mcp (0.1.1)
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) — whereskills.registry.jsonand the root composite live.ENTEROS_DEV=1— load skills fromsrc/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
Assets (1)
Versions (4)
View all
skill-mcp-0.1.1.tgz
37 KiB