We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/get-convex/convex-backend'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
dashboard.md•506 B
## Running the dashboard locally
From the `npm-packages/dashboard-self-hosted` directory, run:
```sh
just rush install
npm run build
NEXT_PUBLIC_DEPLOYMENT_URL="<your-backend-url>" npm run start
```
## Dashboard optional configuration
- The dashboard uses the **monaco-editor** npm package for all the editor-like
elements. By default, monaco loads it's core from a CDN. You could configure
it to load internally by setting the `NEXT_PUBLIC_LOAD_MONACO_INTERNALLY`
environment variable to `true`