Simple TypeScript MCP Server
간단한 TypeScript MCP 서버
기본 CRUD 작업을 통해 모델 컨텍스트 프로토콜(MCP) 서버를 구축하기 위한 간단한 TypeScript 템플릿입니다. 이 템플릿은 JSON 응답을 반환하는 MCP 도구를 만드는 기반을 제공합니다.
특징
CRUD 작업이 포함된 간단한 메모 API
메모리 내 데이터 저장
TypeScript 구현
JSON 응답
Vitest로 테스트 준비 완료
Related MCP server: MCP Server Starter
설정
지엑스피1
서버 실행
npm run dev생산을 위한 빌딩
npm run build
npm start사용 가능한 도구
이 템플릿에는 다음과 같은 MCP 도구가 포함되어 있습니다.
getNote: ID로 노트 검색getAllNotes: 모든 노트 가져오기createNote: 새로운 노트를 만듭니다updateNote: 기존 노트 업데이트deleteNote: ID로 노트 삭제
테스트
다음을 사용하여 테스트를 실행합니다.
npm test또는 시청 모드:
npm run test:watch사용자 정의
src/server.ts 에 있는 도구를 사용자의 필요에 맞게 수정하여 이 템플릿을 자신의 MCP 서버의 시작점으로 사용할 수 있습니다.
Maintenance
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
- AlicenseNot gradedqualityDmaintenanceThis TypeScript-based MCP server allows users to manage a simple notes system through creating and summarizing text notes using Model Context Protocol (MCP).1,2708MIT
- AlicenseCqualityDmaintenanceA production-ready template for creating Model Context Protocol servers with TypeScript, providing tools for efficient testing, development, and deployment.15647MIT
- FlicenseNot gradedqualityDmaintenanceA TypeScript-based MCP server that enables users to manage text notes with features like note creation and summary generation using a Model Context Protocol.1
- AlicenseBqualityDmaintenanceThis TypeScript-based MCP server allows users to manage and interact with a note system through Model Context Protocol, enabling note creation and summarization with URIs and metadata.1MIT
Related MCP Connectors
Kickstart development with a customizable TypeScript template featuring sample tools for greeting,…
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
A Model Context Protocol server for Wix AI tools
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/jasonkneen/mcp-server-ts-template'
If you have feedback or need assistance with the MCP directory API, please join our Discord server