Skip to main content
Glama

ZAP MCP Server

by LisBerndt
run_server.py406 B
#!/usr/bin/env python3 """ Simple script to run the ZAP MCP server with proper path configuration. This fixes the import issues when running the module. """ import sys from pathlib import Path # Add the current directory to the path to fix imports sys.path.append(str(Path(__file__).parent)) # Import and run the server from zap_custom_mcp.http_server import main if __name__ == "__main__": main()

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/LisBerndt/zap-mcp-server'

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