We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/gander-tools/osm-tagging-schema-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# OSS-Fuzz project configuration
# This file is prepared for potential future OSS-Fuzz submission
# See: https://google.github.io/oss-fuzz/getting-started/new-project-guide/
homepage: "https://github.com/gander-tools/osm-tagging-schema-mcp"
language: javascript
primary_contact: "security@example.com" # Update with actual security contact
auto_ccs:
- "maintainer@example.com" # Update with maintainer email
# Sanitizers to use
sanitizers:
- address
- undefined
# Fuzzing engines
fuzzing_engines:
- libfuzzer
# Vendor code detection (if applicable)
vendor_ccs: []
# Main language
main_repo: "https://github.com/gander-tools/osm-tagging-schema-mcp.git"
# File issue tracker
file_github_issue: true
# Issue labels
labels:
- security
- fuzzing