We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/scriptstar/de-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
commands.md•416 B
# Common Development Commands
## Install Dependencies
```bash
npm install
```
## Build Project
```bash
npm run build
```
## Run Compiled Code
```bash
node ./build/index.js
```
# Debugging with Inspector
// Replace with your own OPENROUTER_API_KEY below and run to see the local debugging server
OPENROUTER_API_KEY="sk-or-xxxxxxxxxxxxxxxxxxxxxxxxxx" npx @modelcontextprotocol/inspector node ./build/index.js