We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/hannesill/m4'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
README.md•524 B
# M4 Webapp README
This file provides instructions on how to run and build the M4 web application.
## Setup
```bash
cd webapp # Navigate to webapp directory
npm install # Install dependencies
```
## Available Scripts
In the project directory, you can run:
### `npm start`
Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
The page will reload if you make edits.
### `npm run build`
Builds the app for production to the `build` folder.