Author avatar

SAS-Test-MCP-Server

by hemdesai

Server

Tags

4.8 (120)

SAS-Test MCP Server

This is a minimal implementation of a SAS MCP Server designed to integrate with Claude and other AI assistants. It simulates SAS code processing via an MCP endpoint using a Flask API, containerized with Docker, and orchestrated with Docker Compose.

Features

  • Simple MCP endpoint to process SAS commands.
  • REST API with a /chat endpoint.
  • Error handling and logging.
  • Dockerized deployment with Docker Compose.

Files

  • mcp_api.py: Flask API that receives SAS commands.
  • simulate_claude.py: Script to simulate Claude API interaction.
  • Dockerfile: Builds the mcp_api container image.
  • docker-compose.yml: Orchestrates the MCP server and API containers.
  • bridge.py, chatbot.py, chatbot_v2.py: Optional helper scripts.

Usage

  1. Run the full stack using Docker Compose:

    docker-compose up --build
    

Related Services

playwright-mcp

Server

4.8 (120)
View Details →

blender-mcp

Server

4.8 (120)
View Details →

tavily-mcp

Server

4.8 (120)
View Details →