We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/CarlLee1983/mcp-prompt-manager'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.PHONY: start build dev test lint format release clean
start:
pnpm start
build:
pnpm build
dev:
pnpm inspector:dev
test:
pnpm test:run
lint:
pnpm lint
format:
pnpm format
release:
pnpm release
clean:
rm -rf dist coverage .prompts_cache