MCP

MCP server mode for montaj — load when running as an MCP client (e.g. Claude Desktop) Use when this capability is needed.

tomevault-io Updated

File contents

Montaj MCP

Montaj exposes itself as an MCP server over stdin/stdout.

Starting the server

montaj mcp
# or directly:
node mcp/server.js

Claude Desktop config

{
  "mcpServers": {
    "montaj": {
      "command": "montaj",
      "args": ["mcp"]
    }
  }
}

Using steps

Steps are MCP tool calls — not curl, not bash. The MCP host handles transport. Each montaj step is exposed as an MCP tool with the same name and params as the CLI commands.

Follow the headless CLI loop from the root skill. Clips, prompt, and workflow come in via MCP tool call params. Write project state to project.json in the project directory as you go.


Source: theSamPadilla/montaj — distributed by TomeVault.

tomevault-io/skills-registry/tree/main/thesampadilla--montaj--mcp commit f2c10c7da2

Frequently asked questions

npx skillmds@latest add tomevault-io/mcp-2