Skip to main content
Glama

OWASP Cheatsheets MCP Server

by santosomar

owasp_cheatsheets_mcp_server

OWASP 치트 시트를 제공하는 최소한의 모델 컨텍스트 프로토콜(MCP) 호환 서버입니다.

서버는 FastAPI를 사용하여 OWASP Cheat Sheet Series 의 치트 시트 내용을 반환하는 간단한 HTTP API를 제공합니다.

필수 조건

  • Python 3.8 이상
  • Git(첫 번째 실행 시 치트 시트 저장소를 복제하기 위해)

용법

  1. 설치 요구 사항:지엑스피1
  2. (선택 사항) 치트 시트의 로컬 사본이 이미 있는 경우 CHEATSHEETS_DIR 설정합니다.
    export CHEATSHEETS_DIR=/path/to/CheatSheetSeries/cheatsheets
  3. uvicorn 으로 서버를 실행합니다:
    uvicorn server.app:app --reload
  4. CHEATSHEETS_DIR 설정되지 않으면 서버는 처음 시작할 때 치트 시트 저장소를 복제합니다(네트워크 액세스 필요).

엔드포인트

  • GET /health – 기본 건강 검진.
  • GET /cheatsheets – 사용 가능한 치트시트 파일을 나열합니다.
  • GET /cheatsheets/{name} – 특정 치트 시트를 검색합니다.
  • GET /search?q=term – 용어에 대한 치트 시트를 검색하고 일치하는 파일 이름을 반환합니다.

프로덕션에서 실행 중

배포 시 명시적인 호스트 및 포트와 함께 uvicorn 사용하세요.

uvicorn server.app:app --host 0.0.0.0 --port 8000

실제 배포의 경우 systemd 와 같은 프로세스 관리자를 사용하거나 역방향 프록시 뒤에서 실행하는 것을 고려하세요.

기여하다

풀 리퀘스트를 환영합니다. pytest를 사용하여 tests/ 디렉터리에 테스트를 추가할 수 있습니다.

이 구현은 MCP 서버의 단순화된 예이며 전체 사양을 다루지 않을 수 있습니다.

-
security - not tested
A
license - permissive license
-
quality - not tested

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

간단한 HTTP API를 통해 OWASP 보안 치트 시트에 액세스할 수 있는 최소한의 모델 컨텍스트 프로토콜 서버로, 사용자가 보안 모범 사례를 나열, 검색, 확인할 수 있도록 합니다.

  1. 필수 조건
    1. 용법
      1. 엔드포인트
      2. 프로덕션에서 실행 중
      3. 기여하다

    Related MCP Servers

    • -
      security
      A
      license
      -
      quality
      An MCP server that exposes HTTP methods defined in an OpenAPI specification as tools, enabling interaction with APIs via the Model Context Protocol.
      Last updated -
      8
      MIT License
    • -
      security
      F
      license
      -
      quality
      A Model Context Protocol server that provides tools for reading, updating, filtering, and visualizing Excel data through a simple API.
      Last updated -
    • A
      security
      F
      license
      A
      quality
      A Model Context Protocol server that enables users to perform third-party enrichment lookups for security observables (IP addresses, domains, URLs, emails) through services like VirusTotal, Shodan, and others.
      Last updated -
      1
      2
      • Apple
    • A
      security
      A
      license
      A
      quality
      A Model Context Protocol (MCP) server that provides AI-powered security analysis and safety instruction tools. This server helps protect AI agents by providing security guidelines, content analysis, and cautionary instructions when interacting with various MCPs and external services.
      Last updated -
      3
      4
      9
      ISC 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/santosomar/owasp_cheatsheets_mcp_server'

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