Skip to main content
Glama

LolByte MCP Server

by lolbyte-code
README.md1.12 kB
# LolByte MCP Server See https://modelcontextprotocol.io/docs/getting-started/intro ## Demo ![demo](./demo.gif) ## Build ```bash npm run build ``` ## LLM Client Integration ### Claude Desktop Update `/path/to/claude_desktop_config.json` as follows: ```json { "mcpServers": { "lolbyte-mcp": { "command": "sh", "args": [ "-c", "RIOT_API_KEY=YOUR_API_KEY node /Users/anthony/repos/lolbyte-mcp/build/index.js" ] } } } ``` ### LibreChat Update `librechat.yaml`: ```yaml mcpServers: lolbyte: command: sh args: - -c - "RIOT_API_KEY=YOUR_API_KEY node /app/mcp/build/index.js" ``` Update `docker-compose.override.yml`: ```yaml services: api: volumes: - /path/to/lolbyte-mcp-server:/app/mcp - type: bind source: ./librechat.yaml target: /app/librechat.yaml ``` ### LM Studio Update `mcp.json` as follows: ```json { "mcpServers": { "lolbyte-mcp": { "command": "sh", "args": [ "-c", "RIOT_API_KEY=YOUR_API_KEY node /Users/anthony/repos/lolbyte-mcp/build/index.js" ] } } } ```

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/lolbyte-code/lolbyte-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server