-
securityF
license-
qualityA Model Context Protocol server that enables AI assistants to explore and interact with Cursor IDE's SQLite databases, providing access to project data, chat history, and composer information.
Last updated -
10
Python
자체 모델 컨텍스트 프로토콜(MCP) 서버를 구축하기 위한 시작 템플릿입니다. 이 템플릿은 Cursor 또는 Claude Desktop과 함께 사용할 수 있는 사용자 지정 MCP를 만드는 데 필요한 기본 구조와 설정을 제공합니다.
지엑스피1
이렇게 하면 /build/index.js
파일, 즉 컴파일된 MCP 서버 스크립트가 생성됩니다.
node ABSOLUTE_PATH_TO_MCP_SERVER/build/index.js
다음 MCP 구성을 Claude Desktop 구성에 추가하세요.
템플릿에는 index.ts
에 샘플 도구 구현이 포함되어 있습니다. 나만의 MCP를 만들려면 다음을 수행하세요.
index.ts
에서 서버 구성을 수정하세요:server.tool()
메서드를 사용하여 사용자 정의 도구를 정의합니다.문제점과 개선 요청을 자유롭게 제출하세요!
MIT
You must be authenticated.
local-only server
The server can only run on the client's local machine because it depends on local resources.
커서 또는 클로드 데스크톱과 통합할 수 있는 모델 컨텍스트 프로토콜 서버를 구축하기 위한 시작 템플릿으로, 개발자가 AI 어시스턴트를 위한 사용자 정의 도구와 확장 기능을 만들 수 있습니다.
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jatinsandilya/mcp-server-template'
If you have feedback or need assistance with the MCP directory API, please join our Discord server