We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/NyxiumYuuki/GeoGuessrMCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
CODEOWNERS•926 B
# Code Owners for GeoGuessr MCP Server
#
# This file defines individuals or teams responsible for code in this repository.
# Code owners are automatically requested for review when someone opens a pull request
# that modifies code that they own.
#
# More info: https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
# Default owner for everything in the repo
* @NyxiumYuuki
# Core source code
/src/ @NyxiumYuuki
# API and Authentication
/src/geoguessr_mcp/api/ @NyxiumYuuki
/src/geoguessr_mcp/auth/ @NyxiumYuuki
# Monitoring system
/src/geoguessr_mcp/monitoring/ @NyxiumYuuki
# Configuration files
/pyproject.toml @NyxiumYuuki
/docker-compose*.yml @NyxiumYuuki
/Dockerfile @NyxiumYuuki
# Security and policies
/SECURITY.md @NyxiumYuuki
/LICENSE @NyxiumYuuki
# CI/CD and GitHub workflows
/.github/ @NyxiumYuuki
# Tests
/tests/ @NyxiumYuuki