https://github.com/LSTM-Kirigaya/mcp-server-template
A quick-start template to develop your own MCP Server to make AI to get access to your tools/resources
https://github.com/LSTM-Kirigaya/mcp-server-template
Last synced: about 1 month ago
JSON representation
A quick-start template to develop your own MCP Server to make AI to get access to your tools/resources
- Host: GitHub
- URL: https://github.com/LSTM-Kirigaya/mcp-server-template
- Owner: LSTM-Kirigaya
- License: mit
- Created: 2025-03-24T10:59:04.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-05-02T19:29:12.000Z (6 months ago)
- Last Synced: 2025-06-08T09:05:34.725Z (5 months ago)
- Language: TypeScript
- Size: 32.3 MB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.en.md
- License: LICENSE
Awesome Lists containing this project
- awesome-mcp-servers - **mcp-server-template** - A template for making an MCP server with TypeScript `http` `ai` `git` `github` `javascript` `npm install larryhudson/mcp-server-template` (📦 Other)
README
## MCP Server Template
A template project to quickly start your MCP server. Usage:
```bash
git clone https://github.com/LSTM-Kirigaya/mcp-server-template
cd mcp-server-template
npm i
```
Develop in the src directory, ensuring the project's entry file is index.ts.
### Debugging
To debug the project, run:
```bash
npm run dev
```
Then follow the prompts to open the MCP Inspector in your browser.
### Build
```bash
npm run build
```
## MCP Server Learning Resources
- [MCP Official Documentation & Tutorial](https://modelcontextprotocol.io/introduction)
- [Agent 时代基础设施 | MCP 协议介绍](https://zhuanlan.zhihu.com/p/28859732955)