resQ MCP Server
ResQ PyPI 패키지
ResQ 재난 대응 플랫폼을 위한 Python 패키지로, resq-software 조직 하에 PyPI에 게시되었습니다.
패키지
패키지 | 설명 | 버전 |
FastMCP 서버 -- AI 에이전트를 드론 함대, 시뮬레이션 및 재난 인텔리전스와 연결 | ||
수색, 구조 및 지리 공간 작업을 위한 의존성 없는 데이터 구조 및 알고리즘 |
아키텍처
graph TB
subgraph "resq-software/pypi"
subgraph "packages/resq-mcp"
MCP[resq-mcp<br/><i>FastMCP Server</i>]
DTSOP[DTSOP<br/>Digital Twin Simulations]
HCE[HCE<br/>Hybrid Coordination]
PDIE[PDIE<br/>Predictive Intelligence]
DRONE[Drone Fleet<br/>Telemetry & Control]
MCP --> DTSOP
MCP --> HCE
MCP --> PDIE
MCP --> DRONE
end
subgraph "packages/resq-dsa"
DSA[resq-dsa<br/><i>Zero-Dep DSA</i>]
BF[BloomFilter]
CMS[CountMinSketch]
GR[Graph + A*]
HP[BoundedHeap]
TR[Trie]
DSA --> BF
DSA --> CMS
DSA --> GR
DSA --> HP
DSA --> TR
end
end
AI[AI Clients<br/>Claude / VS Code / Cursor] -->|MCP protocol| MCP
APP[Python Applications] -->|pip install| DSA빠른 시작
# Install a package
pip install resq-mcp # MCP server for AI agents
pip install resq-dsa # Data structures (zero dependencies)개발
# Clone and setup
git clone https://github.com/resq-software/pypi.git && cd pypi
./bootstrap.sh
# Work on a package
cd packages/resq-mcp && uv sync && uv run pytest
cd packages/resq-dsa && uv sync && uv run pytest릴리스 흐름
graph LR
PUSH[Push to main] --> SR[Semantic Release]
SR -->|feat: / fix:| BUMP[Version Bump + Changelog]
BUMP --> BUILD[Build sdist + wheel]
BUILD --> ATTEST[Sigstore Attestation]
ATTEST --> PYPI[Publish to PyPI]
PYPI --> DOCKER[Docker Image<br/><i>resq-mcp only</i>]두 패키지 모두 Trusted Publisher OIDC와 함께 python-semantic-release를 사용합니다. main 브랜치에 대한 커밋 메시지가 Conventional Commits 형식을 따를 경우 자동으로 버전 관리, 변경 로그 생성 및 게시가 수행됩니다.
라이선스
Apache-2.0 -- Copyright 2025 ResQ Software
Maintenance
–Maintainers
–Response time
1dRelease cycle
23Releases (12mo)
Commit activity
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
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/resq-software/pypi'
If you have feedback or need assistance with the MCP directory API, please join our Discord server