Skip to main content
Glama
jasonkneen

Simple TypeScript MCP Server

by jasonkneen

简单的 TypeScript MCP 服务器

一个简单的 TypeScript 模板,用于构建具有基本 CRUD 操作的模型上下文协议 (MCP) 服务器。此模板为创建返回 JSON 响应的 MCP 工具奠定了基础。

特征

  • 具有 CRUD 操作的简单注释 API

  • 内存数据存储

  • TypeScript 实现

  • JSON 响应

  • 准备使用 Vitest 进行测试

Related MCP server: MCP Server Starter

设置

npm install

运行服务器

npm run dev

生产环境构建

npm run build
npm start

可用工具

该模板包含以下 MCP 工具:

  • getNote :通过 ID 检索注释

  • getAllNotes :获取所有笔记

  • createNote :创建新笔记

  • updateNote :更新现有注释

  • deleteNote :通过 ID 删除注释

测试

使用以下命令运行测试:

npm test

或者观看模式:

npm run test:watch

定制

您可以使用此模板作为您自己的 MCP 服务器的起点,通过修改src/server.ts中的工具来满足您的需求。

Install Server
F
license - not found
C
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

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/jasonkneen/mcp-server-ts-template'

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