-
securityF
license-
qualityA Model Context Protocol server built with mcp-framework that allows users to create and manage custom tools for processing data, integrating with the Claude Desktop via CLI.
Last updated -
23
5
TypeScript
mcp-framework으로 구축된 MCP(Model Context Protocol) 서버.
지엑스피1
이 프로젝트 src/tools/ExampleTool.ts
에 예제 도구가 포함되어 있습니다. CLI를 사용하여 더 많은 도구를 추가할 수 있습니다.
도구 구조의 예:
name
이 고유하고 npm 명명 규칙을 따르는지 확인하세요.version
설정하세요description
, author
, license
등을 추가합니다.bin
포인트를 확인하세요.게시 후 사용자는 이를 Claude 데스크톱 클라이언트에 추가하거나(아래 참조) npx로 실행할 수 있습니다.
Claude Desktop 구성 파일에 다음 구성을 추가하세요.
MacOS : ~/Library/Application Support/Claude/claude_desktop_config.json
Windows : %APPDATA%/Claude/claude_desktop_config.json
npm run build
실행하여 컴파일합니다.This server cannot be installed
개발자가 Claude Desktop과 통합할 수 있는 사용자 정의 도구를 만들고 추가할 수 있는 MCP(Model Context Protocol) 서버를 구축하기 위한 시작 템플릿입니다.
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/QuantGeekDev/mcp-framework-starter'
If you have feedback or need assistance with the MCP directory API, please join our Discord server