Skip to main content
Glama

YLx Dev Assistant — MCP Server

FastMCP v3 server for YLx photo proofing platform development workflow.

Tools

Tool

Fungsi

pr_review

Review PR dengan konteks codebase

codebase_query

Query arsitektur, patterns, dependencies

suggest_feature

Suggest fitur baru berdasarkan codebase

audit

Security/quality audit

test_generator

Generate test cases

deployment_status

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.txt

Environment Variables

GITHUB_TOKEN=ghp_...
GITHUB_REPO=msph1973/ylx
SANITY_PROJECT_ID=741sif2l
SANITY_DATASET=production
SANITY_API_TOKEN=...
VERCEL_TOKEN=...
VERCEL_PROJECT_ID=ylx-msph

Run Locally

python server.py
# or
fastmcp run server.py:mcp --transport http --port 8000

Deploy to Horizon

  1. Push to GitHub repo

  2. Sign in at https://horizon.prefect.io

  3. Create server → entrypoint: server.py:mcp

  4. Add 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_..."
      }
    }
  }
}
F
license - not found
-
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    -
    quality
    -
    maintenance
    Provides 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.
    Last updated
  • A
    license
    -
    quality
    D
    maintenance
    Provides 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.
    Last updated
    MIT
  • A
    license
    -
    quality
    D
    maintenance
    Provides 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.
    Last updated
    31
    2
    MIT

View all related MCP servers

Related MCP Connectors

  • Give AI coding agents access to your Vynix visual feedback, bug reports, and AI diagnosis.

  • Connect AI assistants to GitHub - manage repos, issues, PRs, and workflows through natural language.

  • Adaptive plan/build/review cycles for AI coding assistants, persisted across sessions.

View all MCP Connectors

Latest Blog Posts

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/msph1973/ylx-mcp'

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