The Deno MCP Server Template is a repository designed to simplify the creation of MCP servers using Deno. It provides a structured template to help developers quickly set up and deploy MCP servers with minimal configuration.
The repository includes several configuration files to streamline the setup process:
- deno.json
: Configuration file for Deno, specifying runtime options and dependencies.
- deno.lock
: Lock file to ensure consistent dependency versions.
- .gitignore
: Specifies files and directories to be ignored by Git.
To use this template, follow these steps:
1. Clone the repository:
bash
git clone https://github.com/mazrean/deno-mcp-server.git
2. Navigate to the project directory:
bash
cd deno-mcp-server
3. Run the server using Deno:
bash
deno run --allow-net main.ts
This project is licensed under the MIT License. For more details, see the LICENSE file.
Contributions are welcome! If you'd like to contribute, please fork the repository and submit a pull request.
For any issues or questions, please report them here.