Skip to content

Vistaan/mcp-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

workflow-os-mcp

MCP server for the workflow-os prompt and execution system.

Quick Start

Install and build:

pnpm install
pnpm run build

Run locally:

node dist/index.js

Run in HTTP mode:

MCP_TRANSPORT=http MCP_PORT=<port> node dist/index.js
# Example: MCP_TRANSPORT=http MCP_PORT=3000 node dist/index.js

HTTP docs in HTTP mode:

  • Swagger UI: /docs
  • OpenAPI JSON: /docs-api.json

Vercel build:

pnpm run build:vercel

Docs

Quality Checks

pnpm run typecheck
pnpm run lint
pnpm run test:coverage
pnpm run build

About

Enterprise MCP server for seamless workflow routing and execution across all MCP-compatible AI clients.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors