Simple TypeScript MCP Server
Простой TypeScript MCP-сервер
Простой шаблон TypeScript для построения серверов Model Context Protocol (MCP) с базовыми операциями CRUD. Этот шаблон обеспечивает основу для создания инструментов MCP, которые возвращают ответы JSON.
Функции
Простой API заметок с CRUD-операциями
Хранение данных в памяти
Реализация TypeScript
JSON-ответы
Готов к тестированию с Vitest
Related MCP server: MCP Server Starter
Настраивать
npm installЗапуск сервера
npm run devЗдание для производства
npm run build
npm startДоступные инструменты
Этот шаблон включает в себя следующие инструменты MCP:
getNote: Получить заметку по идентификаторуgetAllNotes: Получить все заметкиcreateNote: Создать новую заметкуupdateNote: обновить существующую заметкуdeleteNote: Удалить заметку по идентификатору
Тестирование
Запустите тесты с помощью:
npm testИли режим просмотра:
npm run test:watchНастройка
Вы можете использовать этот шаблон в качестве отправной точки для своего собственного сервера MCP, изменив инструменты в src/server.ts в соответствии со своими потребностями.
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