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

          • A
            security
            A
            license
            A
            quality
            A Model Context Protocol server that enables AI models to interact with the Monad testnet for checking token balances, sending transactions, and deploying smart contracts.
            Last updated -
            7
            8
            TypeScript
            Apache 2.0
          • -
            security
            A
            license
            -
            quality
            A server that implements the Model Context Protocol, providing a standardized way to connect AI models to different data sources and tools.
            Last updated -
            2
            8
            TypeScript
            MIT License
          • -
            security
            F
            license
            -
            quality
            A Model Context Protocol server that provides AI models with structured access to external data and services, acting as a bridge between AI assistants and applications, databases, and APIs in a standardized, secure way.
            Last updated -
            1
            Python
          • -
            security
            A
            license
            -
            quality
            An Intelligent Model Context Protocol server that generates mock servers from OpenAPI specifications, featuring advanced logging, performance analytics, and server discovery for AI-assisted API development.
            Last updated -
            Python
            MIT License

          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