We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jottinger/jekyll-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
launch-server.sh•233 B
#!/bin/bash
# Example launch script for jekyll-mcp-server
# Customize the paths below for your Jekyll blog
export JEKYLL_POSTS_DIR="/path/to/your/blog/_posts"
export JEKYLL_DRAFTS_DIR="/path/to/your/blog/_drafts"
jekyll-mcp-server