kg-mcp
Verified Safeby SnappStats
Overview
Provides tools to extract, search, and insert sports-associated information into a knowledge graph, and to generate scout reports for players using AI agents.
Installation
uv run poe devEnvironment Variables
- GOOGLE_CLOUD_PROJECT
- GOOGLE_CLOUD_LOCATION
- MONGO_URI
- KG_URL
- GOOGLE_APPLICATION_CREDENTIALS
- VERTEX_AI_API_KEY
- LOG_LEVEL
Security Notes
No direct use of 'eval' or obvious hardcoded secrets. Environment variables are managed via dotenv and Doppler (recommended). Relies on external services (Google GenAI, MongoDB, Hudl API, DDGS). The Cloud Run deployment configuration specifies `--allow-unauthenticated`, meaning the API endpoint is public; proper authentication/authorization must be handled by the consuming client or FastMCP's internal mechanisms, or an external layer. The prompt engineering for AI agents is detailed, which helps mitigate risks associated with generative AI output.
Similar Servers
MaxKB
MaxKB (Max Knowledge Brain) is an enterprise-grade intelligent agent platform designed to lower the technical barrier and deployment costs of AI implementation, helping businesses quickly integrate mainstream large language models, build proprietary knowledge bases, and offer a progressive upgrade path from RAG to complex workflow automation and advanced agents for various application scenarios like smart customer service and office assistants.
zen-mcp-server
A server for coordinating and managing AI agents, likely for simulations or complex task execution, leveraging Claude LLMs.
cloud-run-mcp
Enables MCP-compatible AI agents to deploy applications to Google Cloud Run, abstracting underlying GCP infrastructure operations.
mcp_massive
An AI agent orchestration server, likely interacting with LLMs and managing multi-agent workflows.