typescript-mcp-roland
1
typescript-mcp-roland is a basic Model Context Protocol (MCP) server designed to explain who Roland is. It requires configuration and building steps before use, including editing paths and installing dependencies.
typescript-mcp-roland
A very simple MCP server to explain who Roland is.
The server is just reading the about.md
in files/
.
To make this work, you need to ...
- clone the repository
- edit the
server.ts
andserver.json
to make sureserverHome
is set to the correct path - run
npm install
to install the dependencies - run
npm run build
to build the TypeScript code - configure Windsurf (or any other MCP enabled client) with the snippet in the
server.json
file