Skip to main content
Glama

Elysia MCP Starter

by kerlos
package.json653 B
{ "name": "elysia-mcp-starter", "version": "1.0.50", "bin": { "elysia-mcp-starter": "/cli/index.js" }, "files": [ "cli" ], "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "bun run src/index.ts", "build:cli": "bun build --target bun --outfile ./cli/index.js src/cli.ts", "dev": "bun run --watch src/index.ts", "inspect": "bunx @modelcontextprotocol/inspector http://localhost:3000/mcp" }, "dependencies": { "@elysiajs/node": "^1.3.0", "elysia": "latest", "elysia-mcp": "^0.0.11" }, "devDependencies": { "bun-types": "latest" }, "module": "src/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/kerlos/elysia-mcp-starter'

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