MCP Server
Сервер MCP (протокол модельного контекста)
Универсально доступный сервер Model Context Protocol (MCP) на AI Host (Claude, OpenAI, разработанный пользователем).
Обзор проекта
Этот проект предоставляет сервер автоматизации тестирования API на основе коллекции Postman, который можно использовать в различных средах хостов ИИ. После того, как пользователь загрузит файлы Postman Collection, Environment и Data в формате JSON, их можно сохранить в базе данных SQLite и запустить тесты.
Related MCP server: Postman MCP Generator
Основные характеристики
Сбор данных Postman, Окружающая среда, Загрузка и управление файлами JSON
Выполнение тестовых случаев API и отслеживание результатов
Управление тестовыми коллекциями
Поддержка различных моделей ИИ (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: основная информация об APIapi_test_case: тестовый случай APIapi_test_data: Тестовые данныеapi_test_collection: Тестовая коллекцияcollection_test_case: Связать коллекцию с тестовым случаемapi_test_run: Запись выполнения тестаapi_test_result: Результат тестаuser: информация о пользователе
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseCqualityDmaintenanceA Model Context Protocol server that enables execution of JMeter performance tests through AI assistants and MCP-compatible clients like Claude, Cursor, and Windsurf.2
- FlicenseBqualityDmaintenanceA server that implements the Model Context Protocol (MCP) standard, enabling LLMs like Claude to interact with selected Postman API requests through generated JavaScript tools.4
- AlicenseBqualityDmaintenanceA Model Context Protocol (MCP) server that provides seamless integration with the Postman API, enabling AI assistants and applications to interact with Postman workspaces, collections, requests, environments, and folders programmatically.192131MIT
- AlicenseNot gradedqualityDmaintenanceModel Context Protocol server that standardizes tool discovery, execution, and context management for AI applications.MIT
Related MCP Connectors
A Model Context Protocol server for Wix AI tools
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
A basic MCP server to operate on the Postman API.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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