ylx-dev
Provides tools for reviewing pull requests with codebase context and querying architecture, patterns, and dependencies.
Supports deploying the MCP server to Prefect Horizon for cloud hosting.
Allows interaction with Sanity CMS for content management and development workflow.
Enables checking the health and status of Vercel deployments.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@ylx-devreview the latest pull request"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
YLx Dev Assistant — MCP Server
FastMCP v3 server for YLx photo proofing platform development workflow.
Tools
Tool | Fungsi |
| Review PR dengan konteks codebase |
| Query arsitektur, patterns, dependencies |
| Suggest fitur baru berdasarkan codebase |
| Security/quality audit |
| Generate test cases |
| Cek health Vercel deployment |
Related MCP server: GitHub Code Review Assistant
Setup
cd ~/ylx-mcp
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txtEnvironment Variables
GITHUB_TOKEN=ghp_...
GITHUB_REPO=msph1973/ylx
SANITY_PROJECT_ID=741sif2l
SANITY_DATASET=production
SANITY_API_TOKEN=...
VERCEL_TOKEN=...
VERCEL_PROJECT_ID=ylx-msphRun Locally
python server.py
# or
fastmcp run server.py:mcp --transport http --port 8000Deploy to Horizon
Push to GitHub repo
Sign in at https://horizon.prefect.io
Create server → entrypoint:
server.py:mcpAdd environment variables in Horizon dashboard
Connect Client (Claude Desktop)
{
"mcpServers": {
"ylx-dev": {
"url": "https://ylx-dev-assistant.fastmcp.app/mcp",
"transport": "http",
"headers": {
"Authorization": "Bearer fmcp_..."
}
}
}
}This server cannot be deployed
Maintenance
Related MCP Connectors
- OolkinOAuthcom.oolkin
AI colleagues that keep your standards, your project and their reasoning between sessions
Read-only AI coding tools for change verification, release readiness, capacity, and guidance.
Structured visual plans and PR recaps with diagrams, prototypes, annotations, and sharing
Give AI coding agents access to your Vynix visual feedback, bug reports, and AI diagnosis.
Related MCP Servers
- AlicenseNot gradedqualityNot gradedmaintenanceProvides unified development tools including code analysis, debugging, refactoring, documentation, testing, and project automation through multiple LLM providers (KIMI, GLM, OpenRouter). Features agentic audit capabilities with multi-model consensus for finding issues and generating direct fixes.Apache 2.0
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to perform comprehensive GitHub pull request code reviews, including analysis of code patterns, complexity, and security issues, while managing review comments and ensuring compliance with team coding standards.2MIT
- AlicenseNot gradedqualityDmaintenanceProvides AI-powered development tools including code generation, refactoring, debugging, performance optimization, and test generation, along with smart prompts for code analysis and documentation, and a built-in knowledge base of coding best practices.MIT
- AlicenseNot gradedqualityDmaintenanceProvides AI-powered development assistance with continuous chain-of-thought reasoning (CoConuT), automated task planning and execution, quality validation, and persistent memory of project context and decisions.10 npm2MIT