Skip to main content
Glama

MCP Server

by foxywolf-hub

MCP Server (Model Context Protocol)

A universally available Model Context Protocol (MCP) server on AI Host (Claude, OpenAI, user-developed).

Project Overview

This project provides an API test automation server based on Postman Collection that can be used in various AI host environments. Users can upload Postman Collection, Environment, and Data json files, store them in SQLite DB, and run tests.

Key Features

  • Postman Collection, Environment, Data json file upload and management
  • Running API test cases and tracking results
  • Managing Test Collections
  • Support for various AI models (Claude, OpenAI, user-developed models)

Technology Stack

  • Backend : Python, FastAPI
  • Database : SQLite
  • Package Management : uv
  • Server environment : Local HTTPS server (port 8610)

How to install and run

Prerequisites

  • Python 3.10 or later
  • uv package manager

installation

# 저장소 클론 git clone https://github.com/foxywolf-hub/mcp-server1.git cd mcp-server1 # 의존성 설치 uv pip install -r requirements.txt

execution

# 서버 실행 python main.py

The server runs at https://localhost:8610 .

Project Structure

mcp-server1/ ├── app/ # 애플리케이션 코드 │ ├── api/ # API 라우트 │ ├── core/ # 코어 설정 │ ├── db/ # 데이터베이스 관련 │ ├── models/ # 데이터 모델 │ ├── schemas/ # Pydantic 스키마 │ ├── services/ # 비즈니스 로직 │ └── utils/ # 유틸리티 함수 ├── certs/ # HTTPS 인증서 ├── tests/ # 테스트 코드 ├── main.py # 애플리케이션 진입점 ├── requirements.txt # 의존성 목록 └── README.md # 프로젝트 설명

Database Structure

Main Table

  • api_info : API basic information
  • api_test_case : API test case
  • api_test_data : Test data
  • api_test_collection : Test collection
  • collection_test_case : Link a collection to a test case
  • api_test_run : Test execution record
  • api_test_result : Test result
  • user : user information
-
security - not tested
A
license - permissive license
-
quality - not tested

local-only server

The server can only run on the client's local machine because it depends on local resources.

Model Context Protocol server that enables API test automation across various AI hosts (Claude, OpenAI, custom) using Postman Collections.

  1. Project Overview
    1. Key Features
      1. Technology Stack
        1. How to install and run
          1. Prerequisites
          2. installation
          3. execution
        2. Project Structure
          1. Database Structure
            1. Main Table

          Related MCP Servers

          • -
            security
            A
            license
            -
            quality
            A Model Context Protocol server that provides seamless interaction with Workato's API through custom AI tools, enabling management of recipes, connections, connectors, folders, and activity logs.
            Last updated -
            TypeScript
            MIT License
            • Apple
            • Linux
          • -
            security
            F
            license
            -
            quality
            A Model Context Protocol server that provides a comprehensive interface for interacting with the ConnectWise Manage API, simplifying API discovery, execution, and management for both developers and AI assistants.
            Last updated -
            46
            2
            Python
            • Linux
            • Apple
          • -
            security
            A
            license
            -
            quality
            A Model Context Protocol (MCP) server implementation that allows AI assistants to run k6 load tests through natural language commands, supporting custom test durations and virtual users.
            Last updated -
            1
            Python
            MIT License
          • A
            security
            F
            license
            A
            quality
            A Model Context Protocol server that lets AI assistants interact with the Sentry API to retrieve and analyze error data, manage projects, and monitor application performance.
            Last updated -
            11
            3
            TypeScript

          View all related MCP servers

          MCP directory API

          We provide all the information about MCP servers via our MCP API.

          curl -X GET 'https://glama.ai/api/mcp/v1/servers/foxywolf-hub/mcp-server1'

          If you have feedback or need assistance with the MCP directory API, please join our Discord server