An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

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)