Skip to main content
Glama

MCP 서버 통합 — 빌드 연습

2.4 MCP Server Integration의 CCA-F 준비 연습을 위한 스캐폴드입니다. 여기에는 해결된 것이 없습니다 — 아래의 모든 작업에는 채워야 할 TODO가 있습니다.

작업 체크리스트

  • 1. 프로젝트 수준 구성.mcp.jsongithub 서버 항목(command/args)이 있습니다. GitHub가 아니라면 원하는 커뮤니티 서버로 교체하세요.

  • 2. 환경 변수 확장github 항목은 하드코딩된 자격 증명 대신 ${GITHUB_TOKEN}을 참조합니다. .env.example.env로 복사하고 실제 토큰을 입력하세요.

  • 3. 사용자 수준 구성~/.claude.json은 프로젝트 외부에 있고 사용자 머신에 개인적인 것이므로 의도적으로 여기에 생성하지 않았습니다. 템플릿 및 단계: docs/user-level-config.md.

  • 4. MCP 리소스 노출src/server.ts에 스텁 catalogue://TODO 리소스가 있습니다. 적절한 URI, 이름, 설명, mimeType을 가진 실제 콘텐츠 카탈로그(예: DB 스키마 또는 문서 계층 구조)로 교체하세요.

  • 5. 도구 설명 개선 — 같은 파일에서 example_tool에 자리 표시자 설명이 있습니다. 기능, 출력, 사용 사례, 내장 대안과의 비교를 다루는 3-5문장을 작성하세요.

Related MCP server: MCP Inspector Server

설정

npm install
npm run dev        # starts the stdio server directly
npm run inspect     # opens MCP Inspector against the server for manual testing

레이아웃

.mcp.json                   Task 1 & 2 — project-level server config
.env.example                Task 2 — template for the secret .mcp.json expands
docs/user-level-config.md   Task 3 — template + steps for ~/.claude.json
src/server.ts                Task 4 & 5 — custom MCP server with resource/tool stubs

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

No tool schema history has been recorded yet.

Maintenance

ActivityMaintained
ResponsivenessNo issues

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

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

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    C
    maintenance
    A production-ready development scaffold for MCP servers, optimized for Cursor IDE with built-in tools, resources, and prompts that enables quick development of Model Context Protocol servers with 5-minute startup and 10-minute development capabilities.
    26
    MIT
  • F
    license
    Not graded
    quality
    D
    maintenance
    A basic MCP server template that provides a foundation for building custom tools, resources, and prompts. Serves as a starting point for developers to create their own MCP server functionality.
    -
  • F
    license
    Not graded
    quality
    D
    maintenance
    A minimal, well-documented MCP server boilerplate providing a reusable baseline with tools, resources, prompts, and extensive documentation for building custom MCP servers.
    -

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/aleksandr-loshkarev/mcp_server_integration'

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