UNPKG

consultant-mcp-server

Version:

MCP Server for Enterprise Architecture Consultants

38 lines (25 loc) 837 B
# Consultant MCP Server MCP Server for Enterprise Architecture Consultants. Integrates with Model Context Protocol (MCP) clients like Cursor. ## Installation ```bash npm install -g consultant-mcp-server ``` Or run directly with npx: ```bash npx consultant-mcp-server ``` ## Usage The server can be configured to run on port 3010 by default. ### Command line options ``` --port <port> Specify the port to run on (default: 3010) ``` ## Supported Tools - **browse**: Navigate to a URL and handle login - **analyze-page**: Analyze current page content and save structured data - **take-screenshot**: Take a screenshot of the current page - **extract-diagram**: Extract diagram from the current page - **list-content**: List all saved content analysis files - **get-status**: Get the current status of the agent ## License MIT