Skip to main content
Glama

MCP Server

by foxywolf-hub

MCP Server (Model Context Protocol)

AI Host(Claude、OpenAI、ユーザー開発)で汎用的に利用可能なModel Context Protocol(MCP)サーバー。

プロジェクト概要

このプロジェクトは、さまざまなAIホスト環境で利用可能なPostman CollectionベースのAPIテスト自動化サーバーを提供します。ユーザーがPostman Collection、Environment、Data jsonファイルをアップロードすると、SQLite DBに保存してテストを実行できます。

主な機能

  • Postman Collection, Environment, Data json ファイルのアップロードと管理
  • APIテストケースの実行と結果の追跡
  • テストコレクションの管理
  • さまざまなAIモデルのサポート(Claude、OpenAI、ユーザー開発モデル)

技術スタック

  • バックエンド:Python、FastAPI
  • データベース: SQLite
  • パッケージ管理: uv
  • サーバー環境:ローカルHTTPSサーバー(ポート8610)

インストールと実行方法

必要条件

  • Python 3.10以降
  • uvパッケージマネージャ

インストール

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

実行

# 서버 실행 python main.py

サーバーはhttps://localhost:8610で実行されます。

プロジェクト構造

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

データベース構造

メインテーブル

  • api_info : API 基本情報
  • api_test_case : APIテストケース
  • api_test_data : テストデータ
  • api_test_collection : テストコレクション
  • collection_test_case : コレクションとテストケースの関連付け
  • api_test_run : テスト実行履歴
  • api_test_result : テスト結果
  • user : ユーザー情報
-
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. プロジェクト概要
    1. 主な機能
      1. 技術スタック
        1. インストールと実行方法
          1. 必要条件
          2. インストール
          3. 実行
        2. プロジェクト構造
          1. データベース構造
            1. メインテーブル

          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 -
            1
            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